12 lines
212 B
Nix
12 lines
212 B
Nix
{
|
|
imports = [
|
|
./lldap.nix
|
|
./authelia.nix
|
|
./postgres.nix
|
|
./redis.nix
|
|
../modules/pgbackrest.nix
|
|
];
|
|
|
|
deployment.tags = ["authelia" "sso" "ldap" "lldap"];
|
|
system.stateVersion = "25.05";
|
|
}
|