try to fix ids

This commit is contained in:
2023-12-05 11:19:28 +01:00
parent 1030766305
commit 4832fcea2f
3 changed files with 10 additions and 10 deletions

View File

@@ -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;