aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-08 09:43:14 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-08 09:43:14 -0600
commit5474e411f4898b00014c1599bec4d26eb2741ad1 (patch)
tree230b2102c9e9c7cae89a963bd29b384720812522 /flake.nix
parent614601493f48de9ecb4ff34edbe0d27d8ac60ed1 (diff)
clean up nix-furnace
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" = {