server-configs/machines/gerd/services/authelia/default.nix
eyjhb 2a784ec46f
gerd.authelia: added `mine.shared.lib.authelia.mkProtectedWebsite
Adds authelia in front of any website given, that only members can access
2024-08-12 23:34:59 +02:00

6 lines
67 B
Nix

{
imports = [
./authelia.nix
./authelia-nginx.nix
];
}