parent
c46903e3a0
commit
032072374b
35 changed files with 511 additions and 324 deletions
12
hive.nix
12
hive.nix
|
|
@ -2,6 +2,7 @@ inputs @ {
|
|||
self,
|
||||
nixpkgs,
|
||||
sops-nix,
|
||||
simple-nixos-mailserver,
|
||||
# home-manager,
|
||||
overlays,
|
||||
...
|
||||
|
|
@ -14,11 +15,8 @@ inputs @ {
|
|||
};
|
||||
|
||||
defaults = {
|
||||
pkgs,
|
||||
lib,
|
||||
name,
|
||||
nodes,
|
||||
meta,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
|
|
@ -50,4 +48,12 @@ inputs @ {
|
|||
imports = [./machines/${name}/definition.nix];
|
||||
deployment.tags = ["zitadel" "sso" "ldap"];
|
||||
};
|
||||
|
||||
mail = {name, ...}: {
|
||||
imports = [
|
||||
./machines/${name}/definition.nix
|
||||
simple-nixos-mailserver.nixosModule
|
||||
];
|
||||
deployment.tags = ["mail"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue