Assign some static UIDs, because it's very annoying when they change
This commit is contained in:
parent
527ded9fa1
commit
61fd12b521
3 changed files with 15 additions and 3 deletions
|
@ -45,5 +45,7 @@
|
|||
requires = [ "postgresql.service" ];
|
||||
after = [ "postgresql.service" ];
|
||||
};
|
||||
users.users.nextcloud.uid = 996;
|
||||
users.groups.nextcloud.gid = 996;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue