try to fix unbound cert group
This commit is contained in:
parent
0e4ba6ba5f
commit
e55094da3b
1 changed files with 3 additions and 3 deletions
|
|
@ -133,17 +133,17 @@ in {
|
||||||
services.unbound = {
|
services.unbound = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = cfg // {
|
settings = cfg // {
|
||||||
server = {
|
server.tls-cert-bundle = "/var/lib/acme/fw.cloonnar.com/fullchain.pem";
|
||||||
tls-cert-bundle = "/var/lib/acme/fw.cloonnar.com/fullchain.pem";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
security.acme.certs."fw.cloonar.com" = {
|
security.acme.certs."fw.cloonar.com" = {
|
||||||
domain = "fw.cloonar.com";
|
domain = "fw.cloonar.com";
|
||||||
|
group = "unbound";
|
||||||
};
|
};
|
||||||
|
|
||||||
security.acme.certs."${domain}" = {
|
security.acme.certs."${domain}" = {
|
||||||
domain = "${domain}";
|
domain = "${domain}";
|
||||||
|
group = "996";
|
||||||
};
|
};
|
||||||
|
|
||||||
containers.unbound = {
|
containers.unbound = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue