* Fix kdm logins. Doh!

svn path=/nixos/trunk/; revision=16936
This commit is contained in:
Eelco Dolstra 2009-09-02 17:00:25 +00:00
parent cddc93cc5e
commit a186b5e4b4

View File

@ -58,7 +58,7 @@ in
execCmd = "${kdebase_workspace}/bin/kdm -config ${kdmrc}/kdmrc"; execCmd = "${kdebase_workspace}/bin/kdm -config ${kdmrc}/kdmrc";
}; };
security.pam.services = [ { name = "slim"; localLogin = true; } ]; security.pam.services = [ { name = "kde"; localLogin = true; } ];
}; };