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 = {
|
||||
enable = true;
|
||||
settings = cfg // {
|
||||
server = {
|
||||
tls-cert-bundle = "/var/lib/acme/fw.cloonnar.com/fullchain.pem";
|
||||
};
|
||||
server.tls-cert-bundle = "/var/lib/acme/fw.cloonnar.com/fullchain.pem";
|
||||
};
|
||||
};
|
||||
security.acme.certs."fw.cloonar.com" = {
|
||||
domain = "fw.cloonar.com";
|
||||
group = "unbound";
|
||||
};
|
||||
|
||||
security.acme.certs."${domain}" = {
|
||||
domain = "${domain}";
|
||||
group = "996";
|
||||
};
|
||||
|
||||
containers.unbound = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue