From 71b700bf7fa683c90e97f94028542c39b37e1434 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 30 Jun 2023 19:47:57 +0900 Subject: [PATCH] test --- laptop/flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/laptop/flake.nix b/laptop/flake.nix index 048af9be..1e321344 100644 --- a/laptop/flake.nix +++ b/laptop/flake.nix @@ -13,7 +13,6 @@ outputs = { nixpkgs, home-manager, ... }: let system = "x86_64-linux"; - hostname = "nixos-p1"; pkgs = import nixpkgs { # Tells Flake what OS version we are using inherit system;