mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
lightdm module: require accounts daemon module
This commit is contained in:
parent
35bcfdbbfb
commit
cf94cdb59b
1 changed files with 3 additions and 0 deletions
|
@ -207,6 +207,9 @@ in
|
|||
services.dbus.enable = true;
|
||||
services.dbus.packages = [ lightdm ];
|
||||
|
||||
# lightdm uses the accounts daemon to rember language/window-manager per user
|
||||
services.accounts-daemon.enable = true;
|
||||
|
||||
security.pam.services.lightdm = {
|
||||
allowNullPassword = true;
|
||||
startSession = true;
|
||||
|
|
Loading…
Reference in a new issue