remove old config

This commit is contained in:
Chris Dombroski 2024-12-31 14:07:32 -05:00
parent 97cb75df44
commit 7d591f215b

View file

@ -94,25 +94,6 @@
}
];
services = {
unbound = {
enable = true;
localControlSocketPath = "/var/lib/unbound/control.sock";
settings = {
server = {
do-ip6 = "no";
qname-minimisation = "yes";
interface = [ "end0" ];
access-control = [
"10.0.0.0/8 allow"
"fc::/7 allow"
];
};
include = [
"/etc/unbound/ads.conf"
"${../configs/unbound-local.conf}"
];
};
};
journald.storage = "volatile";
};