diff --git a/flake.nix b/flake.nix index fccbfbc..c77420d 100644 --- a/flake.nix +++ b/flake.nix @@ -69,7 +69,7 @@ lib = my-lib; nixosConfigurations = { - matej-nixos = mkHost "matej-nixos" { + fw16 = mkHost "fw16" { system = "x86_64-linux"; user = "matej"; }; diff --git a/hosts/matej-nixos/configuration.nix b/hosts/fw16/configuration.nix similarity index 98% rename from hosts/matej-nixos/configuration.nix rename to hosts/fw16/configuration.nix index 196775b..a21a8b3 100644 --- a/hosts/matej-nixos/configuration.nix +++ b/hosts/fw16/configuration.nix @@ -64,7 +64,7 @@ in programs.nm-applet.enable = true; networking = { - hostName = "matej-nixos"; + hostName = "fw16"; networkmanager.enable = true; firewall.enable = false; nameservers = [ diff --git a/hosts/matej-nixos/hardware-configuration.nix b/hosts/fw16/hardware-configuration.nix similarity index 100% rename from hosts/matej-nixos/hardware-configuration.nix rename to hosts/fw16/hardware-configuration.nix