diff --git a/flake.nix b/flake.nix index cebca5d..10ae0cf 100644 --- a/flake.nix +++ b/flake.nix @@ -26,9 +26,9 @@ in { nixosConfigurations = { - xps9510 = lib.nixosSystem { + marr = lib.nixosSystem { inherit system; - modules = [ ./hosts/xps9510/configuration.nix ]; + modules = [ ./hosts/marr/configuration.nix ]; specialArgs = { inherit inputs diff --git a/hosts/xps9510/configuration.nix b/hosts/marr/configuration.nix similarity index 99% rename from hosts/xps9510/configuration.nix rename to hosts/marr/configuration.nix index 18337a8..e63b646 100644 --- a/hosts/xps9510/configuration.nix +++ b/hosts/marr/configuration.nix @@ -9,7 +9,7 @@ let stateVersion = "23.11"; username = "nico"; - hostname = "xps9510"; + hostname = "marr"; homeDirectory = "/home/${username}"; in { diff --git a/hosts/xps9510/hardware-configuration.nix b/hosts/marr/hardware-configuration.nix similarity index 100% rename from hosts/xps9510/hardware-configuration.nix rename to hosts/marr/hardware-configuration.nix