forked from emily/nixfiles
fixed opsie
This commit is contained in:
parent
a1719b8529
commit
1dd90010a5
1 changed files with 2 additions and 0 deletions
|
@ -23,7 +23,9 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
users.groups.update-nixfiles = {};
|
||||
users.users.update-nixfiles = {
|
||||
createHome = true;
|
||||
group = "update-nixfiles";
|
||||
home = "/var/lib/update-nixfiles";
|
||||
isSystemUser = true;
|
||||
useDefaultShell = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue