homelab/machines/auth/configuration.nix
plasmagoat acc0dac234
Some checks failed
Test / tests (push) Has been cancelled
/ OpenTofu (push) Failing after 13s
tofu workflow
2025-07-21 22:33:04 +02:00

11 lines
182 B
Nix

{
imports = [
./lldap.nix
./authelia.nix
./postgres.nix
./redis.nix
];
deployment.tags = ["authelia" "sso" "ldap" "lldap"];
system.stateVersion = "25.05";
}