realwallpaper: add group
This commit is contained in:
parent
280ed594fb
commit
c5ade4fdd6
@ -59,10 +59,13 @@ let
|
|||||||
|
|
||||||
users.extraUsers.realwallpaper = {
|
users.extraUsers.realwallpaper = {
|
||||||
uid = genid "realwallpaper";
|
uid = genid "realwallpaper";
|
||||||
|
group = "realwallpaper";
|
||||||
home = cfg.workingDir;
|
home = cfg.workingDir;
|
||||||
createHome = true;
|
createHome = true;
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users.groups.realwallpaper = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
in
|
in
|
||||||
|
Loading…
Reference in New Issue
Block a user