1
0

hosts/schule: remove host

This commit is contained in:
2023-11-07 19:27:01 +01:00
parent 9f77f2594c
commit 5ad39391cf
7 changed files with 1 additions and 211 deletions

View File

@@ -64,7 +64,7 @@ rec {
};
nixpkgs.system = hostSystem.config.nixpkgs.system;
imports = hostSystem._module.args.modules;
deployment.allowLocalDeployment = builtins.any (n: n == name) [ "schule" "osmium" ];
deployment.allowLocalDeployment = builtins.any (n: n == name) [ "osmium" ];
};
mapToColmenaHosts = hosts: builtins.mapAttrs (generateColmenaHost) hosts;