1
0

hosts/schule: add host

This commit is contained in:
2022-12-09 23:24:09 +01:00
parent a6b7467aa9
commit 2e9da82d94
3 changed files with 167 additions and 1 deletions

View File

@@ -108,6 +108,13 @@
./hosts/porter/configuration.nix
];
};
schule = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./configuration/common
./hosts/schule/configuration.nix
];
};
storage-2 = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
@@ -136,8 +143,8 @@
} // builtins.mapAttrs (name: host: {
nixpkgs.system = host.config.nixpkgs.system;
imports = host._module.args.modules;
deployment.allowLocalDeployment = builtins.any (n: n == name) [ "schule" "osmium" ];
}) self.nixosConfigurations;
packages.x86_64-linux = {
inherit (pkgs)
anycast_healthchecker