diff --git a/flake.nix b/flake.nix index 8d9890e..8fcc107 100644 --- a/flake.nix +++ b/flake.nix @@ -39,11 +39,11 @@ ]; }; - minis = nixpkgs.lib.nixosSystem { + axl = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit unstablePkgs ; }; modules = [ - ./hosts/minis/configuration.nix + ./hosts/axl/configuration.nix home-manager.nixosModules.home-manager { home-manager = { diff --git a/hosts/minis/configuration.nix b/hosts/axl/configuration.nix similarity index 98% rename from hosts/minis/configuration.nix rename to hosts/axl/configuration.nix index 62c22ed..fc40d79 100644 --- a/hosts/minis/configuration.nix +++ b/hosts/axl/configuration.nix @@ -9,7 +9,7 @@ in networking = { hostId = "7be305c3"; - hostName = "minis"; + hostName = "axl"; networkmanager.enable = true; }; diff --git a/hosts/minis/hardware-configuration.nix b/hosts/axl/hardware-configuration.nix similarity index 100% rename from hosts/minis/hardware-configuration.nix rename to hosts/axl/hardware-configuration.nix