mate/mate-screensaver: fixed unixAuth

Without this fix, it's not possible to unlock the mate-screensaver.
This commit is contained in:
Johannes Lötzsch 2018-04-01 18:27:55 +02:00
parent 7513208cd3
commit 1ab3736146

View File

@ -108,6 +108,8 @@ in
services.gnome3.gnome-keyring.enable = true;
services.upower.enable = config.powerManagement.enable;
security.pam.services."mate-screensaver".unixAuth = true;
environment.pathsToLink = [ "/share" ];
};