fix: pam modules path

collabora-admin
Pyjacpp 2025-12-21 20:25:17 +01:00
parent 12ebc83336
commit e2cd45a7c3
No known key found for this signature in database
GPG Key ID: ED479A5A26930939
1 changed files with 5 additions and 5 deletions

View File

@ -28,11 +28,11 @@
};
# Authentification pour la console d'administration (accès pour les nounous)
security.pam.services.coolwsd.text = ''
auth required pam_unix.so
auth required pam_wheel.so group=_nounou
account required pam_unix.so
'';
security.pam.services.coolwsd = {
unixAuth = true;
requireWheel = true;
rules.auth.wheel.settings.group = "_nounou";
};
services.nginx = {
enable = true;