fix(nginx-authelia): fix authelia integration

This commit is contained in:
Felix Schröter 2025-06-06 17:50:30 +02:00
parent 7db7982b41
commit e5d9d21647
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 23 additions and 37 deletions
services

View file

@ -211,7 +211,7 @@ in
];
services.nginx-authelia = {
inherit port;
inherit domain port;
};
services.postgresql = {