beginnings of split dns

This commit is contained in:
William 2025-11-08 20:47:21 -03:00
parent a1369e5818
commit 2289f0e6e4
10 changed files with 177 additions and 3 deletions

View file

@ -38,6 +38,11 @@ in
users.users.nginx.extraGroups = [ "acme" ];
networking.firewall.allowedTCPPorts = [
80
443
];
age.secrets.cloudflare = {
file = ../../secrets/cloudflare.age;
owner = "nginx";