From 5474e411f4898b00014c1599bec4d26eb2741ad1 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Thu, 8 Jan 2026 09:43:14 -0600 Subject: clean up nix-furnace --- flake.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'flake.nix') 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" = { -- cgit v1.3.1