homelab/machines/auth/configuration.nix
plasmagoat bcbcc8b17b
Some checks failed
Test / tests (push) Has been cancelled
/ OpenTofu (push) Has been cancelled
homelab framework module init (everything is a mess)
2025-07-28 02:05:13 +02:00

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";
}