fix missing semilcon
This commit is contained in:
parent
4509664a10
commit
846119ebfe
1 changed files with 1 additions and 2 deletions
|
|
@ -137,10 +137,9 @@ in {
|
||||||
};
|
};
|
||||||
users.groups.unbound = {
|
users.groups.unbound = {
|
||||||
gid = config.ids.gids.unbound;
|
gid = config.ids.gids.unbound;
|
||||||
}
|
};
|
||||||
|
|
||||||
security.acme.certs."${domain}" = {
|
security.acme.certs."${domain}" = {
|
||||||
domain = "${domain}";
|
|
||||||
group = "unbound";
|
group = "unbound";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue