mirror of https://gitlab.crans.org/nounous/nixos
fix: pam_wheel order
parent
e2cd45a7c3
commit
bb3add0960
|
|
@ -31,7 +31,10 @@
|
|||
security.pam.services.coolwsd = {
|
||||
unixAuth = true;
|
||||
requireWheel = true;
|
||||
rules.auth.wheel.settings.group = "_nounou";
|
||||
rules.auth.wheel = {
|
||||
order = config.security.pam.services.login.rules.auth.ldap.order + 10;
|
||||
settings.group = "_nounou";
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue