mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
Quick fix
This commit is contained in:
parent
9666de1181
commit
adb104946e
2 changed files with 3 additions and 1 deletions
|
@ -64,9 +64,11 @@ in
|
|||
users.users.filerun = {
|
||||
isSystemUser = true;
|
||||
uid = 250;
|
||||
name = "filerun";
|
||||
};
|
||||
users.groups.filerun = {
|
||||
gid = 350;
|
||||
name = "filerun";
|
||||
};
|
||||
users.users.filerun.group = config.users.groups.filerun.name;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue