aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index d940a9a..6958a06 100644
--- a/flake.nix
+++ b/flake.nix
@@ -46,19 +46,16 @@
inherit inputs;
hostname = "mercury";
username = "collin";
- module_types = ["hjem" "nixos"];
};
nixosConfigurations."jupiter" = mkNixosSystem {
inherit inputs;
hostname = "jupiter";
username = "collin";
- module_types = ["hjem" "nixos"];
};
nixosConfigurations."ganymede" = mkNixosSystem {
inherit inputs;
hostname = "ganymede";
username = "collin";
- module_types = ["nixos" "hjem"];
};
deploy.nodes."ganymede" = {