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
|
@ -90,6 +90,10 @@
|
|||
})
|
||||
config.chvp.services.nginx.hosts);
|
||||
};
|
||||
users.users.nginx.extraGroups = [ "acme" ];
|
||||
users.users = {
|
||||
nginx.extraGroups = [ "acme" ];
|
||||
acme.uid = 999;
|
||||
};
|
||||
users.groups.acme.gid = 999;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue