mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
nixos/lightdm: Fix data directory
This commit is contained in:
parent
3a67a51689
commit
e519414e1f
@ -82,6 +82,7 @@ in
|
||||
{
|
||||
options = {
|
||||
services.xserver.displayManager.lightdm = {
|
||||
|
||||
enable = mkOption {
|
||||
default = false;
|
||||
description = ''
|
||||
@ -129,7 +130,7 @@ in
|
||||
|
||||
users.extraUsers.lightdm = {
|
||||
createHome = true;
|
||||
home = "/var/lib/lightdm";
|
||||
home = "/var/lib/lightdm-data";
|
||||
group = "lightdm";
|
||||
uid = config.ids.uids.lightdm;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user