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, ... }: {
|
{ config, ... }: {
|
||||||
services.unbound = {
|
services.unbound = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings = {
|
||||||
server = {
|
server = {
|
||||||
interface = [ "10.42.96.1" "10.42.97.1" "10.42.99.1" "10.42.254.1" ];
|
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";
|
tls-cert-bundle = "/var/lib/acme/fw.cloonar.com/fullchain.pem";
|
||||||
|
|
@ -115,6 +116,7 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
security.acme.certs.fw = {
|
security.acme.certs.fw = {
|
||||||
domain = "fw.cloonar.com";
|
domain = "fw.cloonar.com";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue