diff --git a/hosts/default.nix b/hosts/default.nix index 557bf838..a9ed91e1 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -12,8 +12,8 @@ in { system = "x86_64-linux"; specialArgs = {inherit lib inputs self;}; modules = [ - {networking.hostName = "niksos";} ./niksos + ./chmura ] ++ [ # this list includes an alias for the home-manager module, and another for the global home-manager configuration directory diff --git a/hosts/niksos/configuration.nix b/hosts/niksos/configuration.nix index 8cfdfe0e..42c3747e 100644 --- a/hosts/niksos/configuration.nix +++ b/hosts/niksos/configuration.nix @@ -21,6 +21,7 @@ in boot.loader.grub.enable = true; boot.loader.grub.device = "/dev/sda"; + networking.hostName = "niksos"; networking.networkmanager.enable = true; time.timeZone = "Europe/Warsaw";