programs: shadow: remove pam session supression (this is presently dead code anyway)
This commit is contained in:
@@ -11,7 +11,7 @@ in
|
|||||||
}
|
}
|
||||||
(lib.mkIf cfg.enabled {
|
(lib.mkIf cfg.enabled {
|
||||||
services.getty.loginProgram = lib.getExe' cfg.package "login";
|
services.getty.loginProgram = lib.getExe' cfg.package "login";
|
||||||
security.pam.services.login.startSession = lib.mkForce false; #< disable systemd integration
|
# security.pam.services.login.startSession = lib.mkForce false; #< disable systemd integration
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user