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) # Authentification pour la console d'administration (accès pour les nounous)
security.pam.services.coolwsd.text = '' security.pam.services.coolwsd = {
auth required pam_unix.so unixAuth = true;
auth required pam_wheel.so group=_nounou requireWheel = true;
account required pam_unix.so rules.auth.wheel.settings.group = "_nounou";
''; };
services.nginx = { services.nginx = {
enable = true; enable = true;