From 8ac805269894dfcf448b873e43d429d39fde757f Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 11 Jul 2023 12:43:35 +0200 Subject: Fix(flake/nixosConfigurations): Change formatting for the bootstrap scrs --- flake/nixosConfigurations/default.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'flake/nixosConfigurations/default.nix') diff --git a/flake/nixosConfigurations/default.nix b/flake/nixosConfigurations/default.nix index cf825b86..79f9831a 100644 --- a/flake/nixosConfigurations/default.nix +++ b/flake/nixosConfigurations/default.nix @@ -39,12 +39,10 @@ ++ defaultModules; }; }; - hosts = [ - "tiamat" - #"mammun" - "apzu" - #"lahmu" - ]; + # FIXME; These need to stay in this position for the install script + hosts = ["tiamat" "apzu"]; + inactiveHosts = ["mammun" "lahmu"]; + generatedHosts = builtins.listToAttrs (builtins.map generateHost hosts); in generatedHosts -- cgit 1.4.1