This commit is contained in:
2023-12-04 16:16:12 +01:00
parent 947d929d67
commit a5d438d3c8
2 changed files with 1 additions and 12 deletions

View File

@@ -23,7 +23,7 @@
networking = { networking = {
useDHCP = false; useDHCP = false;
nameservers = [ "9.9.9.9" "149.112.112.112" ]; nameservers = [ "10.42.97.2" ];
# Define VLANS # Define VLANS
vlans = { vlans = {
infrastructure = { infrastructure = {

View File

@@ -130,17 +130,6 @@ let
]; ];
}; };
in { in {
services.unbound = {
enable = true;
settings = cfg // {
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}" = { security.acme.certs."${domain}" = {
domain = "${domain}"; domain = "${domain}";
group = "996"; group = "996";