fix unbound config
This commit is contained in:
parent
45678e4216
commit
43ad01fb1f
1 changed files with 114 additions and 112 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{ config, ... }: {
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings = {
|
||||
server = {
|
||||
interface = [ "10.42.96.1" "10.42.97.1" "10.42.99.1" "10.42.254.1" ];
|
||||
tls-cert-bundle = "/var/lib/acme/fw.cloonar.com/fullchain.pem";
|
||||
|
|
@ -115,6 +116,7 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
security.acme.certs.fw = {
|
||||
domain = "fw.cloonar.com";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue