try to fix ids
This commit is contained in:
parent
1030766305
commit
4832fcea2f
3 changed files with 10 additions and 10 deletions
|
|
@ -133,10 +133,10 @@ in {
|
|||
users.users.unbound = {
|
||||
group = "unbound";
|
||||
isSystemUser = true;
|
||||
uid = config.container-ids.uids.unbound;
|
||||
uid = config.cids.uids.unbound;
|
||||
};
|
||||
users.groups.unbound = {
|
||||
gid = config.container-ids.gids.unbound;
|
||||
gid = config.cids.gids.unbound;
|
||||
};
|
||||
|
||||
security.acme.certs."${domain}" = {
|
||||
|
|
@ -175,10 +175,10 @@ in {
|
|||
users.users.unbound = {
|
||||
group = "unbound";
|
||||
isSystemUser = true;
|
||||
uid = config.container-ids.uids.unbound;
|
||||
uid = config.cids.uids.unbound;
|
||||
};
|
||||
users.groups.unbound = {
|
||||
gid = config.container-ids.gids.unbound;
|
||||
gid = config.cids.gids.unbound;
|
||||
};
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue