fix staticids

This commit is contained in:
2023-12-05 11:42:08 +01:00
parent b2d71564fe
commit 280dea226c
2 changed files with 6 additions and 8 deletions

View File

@@ -133,10 +133,10 @@ in {
users.users.unbound = {
group = "unbound";
isSystemUser = true;
uid = config.services.ids.uids.unbound;
uid = config.cids.uids.unbound;
};
users.groups.unbound = {
gid = config.services.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.services.ids.uids.unbound;
uid = config.cids.uids.unbound;
};
users.groups.unbound = {
gid = config.services.ids.gids.unbound;
gid = config.cids.gids.unbound;
};
services.unbound = {
enable = true;