hosts/schule: add host
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user