mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-20 08:29:20 +03: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.enable = true;
|
||||||
services.dbus.packages = [ lightdm ];
|
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 = {
|
security.pam.services.lightdm = {
|
||||||
allowNullPassword = true;
|
allowNullPassword = true;
|
||||||
startSession = true;
|
startSession = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue