Remove split DNS module and per-service entries
Removed the split-dns.nix module and all service-specific splitDNS.entries configurations. Service DNS records are now sourced from the centralized shared/services.nix file instead of being declared individually in each service configuration.
This commit is contained in:
parent
af444584d0
commit
8d8847e2fb
5 changed files with 0 additions and 64 deletions
|
|
@ -79,15 +79,6 @@ in
|
|||
acmeHost = "baduhai.dev";
|
||||
domains."cloud.baduhai.dev" = { };
|
||||
};
|
||||
|
||||
# Register this domain for split DNS
|
||||
splitDNS.entries = [
|
||||
{
|
||||
domain = "cloud.baduhai.dev";
|
||||
lanIP = "192.168.15.142";
|
||||
tailscaleIP = "100.76.19.50";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
age.secrets = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue