diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-08 09:43:14 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-08 09:43:14 -0600 |
| commit | 5474e411f4898b00014c1599bec4d26eb2741ad1 (patch) | |
| tree | 230b2102c9e9c7cae89a963bd29b384720812522 /flake.nix | |
| parent | 614601493f48de9ecb4ff34edbe0d27d8ac60ed1 (diff) | |
clean up nix-furnace
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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" = { |
