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;