diff --git a/flake.nix b/flake.nix index 02d18fa..bab9c2e 100644 --- a/flake.nix +++ b/flake.nix @@ -82,13 +82,12 @@ # Make the coleman configuration colmena = lib.foldr (el: acc: acc // mkColmenaHost el) { - null = { ... }: { networking.hostName = "null"; imports = [ ./nixos/common - ./nixos/hosts/other/null/configuration.nix + ./nixos/hosts/thalassa/null/configuration.nix home-manager.nixosModules.home-manager ]; diff --git a/nixos/hosts/thalassa/default.nix b/nixos/hosts/thalassa/default.nix new file mode 100644 index 0000000..1c0f677 --- /dev/null +++ b/nixos/hosts/thalassa/default.nix @@ -0,0 +1,7 @@ +[ + { + hostname = "null"; + mac = ""; + type = "local"; + } +] diff --git a/nixos/hosts/other/null/configuration.nix b/nixos/hosts/thalassa/null/configuration.nix similarity index 100% rename from nixos/hosts/other/null/configuration.nix rename to nixos/hosts/thalassa/null/configuration.nix diff --git a/nixos/hosts/other/null/hardware-configuration.nix b/nixos/hosts/thalassa/null/hardware-configuration.nix similarity index 100% rename from nixos/hosts/other/null/hardware-configuration.nix rename to nixos/hosts/thalassa/null/hardware-configuration.nix diff --git a/nixos/hosts/other/null/home.nix b/nixos/hosts/thalassa/null/home.nix similarity index 100% rename from nixos/hosts/other/null/home.nix rename to nixos/hosts/thalassa/null/home.nix