diff --git a/flake.nix b/flake.nix index 458548f5..39148655 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ # INFORMATION # When building for a system, remember to change the hostname variable below - + description = "NixOS System Config"; inputs = { @@ -49,6 +49,7 @@ }; # NixOS Configuration files: + networking.hostname = ${hostname}; nixosConfigurations = { # Declare the configuration for "nixos-laptop": nixos-laptop = lib.nixosSystem {