Remove all traces of tailscale

This commit is contained in:
SebastianStork 2026-01-11 00:17:51 +01:00
parent ccac4395a2
commit 3cf75dc7e1
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
11 changed files with 19 additions and 127 deletions

View file

@ -48,18 +48,13 @@ in
nodeRecords ++ serviceRecords;
};
forward-zone =
(lib.singleton {
name = ".";
forward-addr = [
"1.1.1.1"
"8.8.8.8"
];
})
++ lib.optional config.custom.services.tailscale.enable {
name = "${config.custom.services.tailscale.domain}";
forward-addr = [ "100.100.100.100" ];
};
forward-zone = lib.singleton {
name = ".";
forward-addr = [
"1.1.1.1"
"8.8.8.8"
];
};
};
};