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
|
|
@ -24,13 +24,4 @@ in
|
|||
domains."pass.baduhai.dev".locations."/".proxyPass =
|
||||
"http://${config.services.vaultwarden.config.ROCKET_ADDRESS}:${toString config.services.vaultwarden.config.ROCKET_PORT}/";
|
||||
};
|
||||
|
||||
# Register this domain for split DNS
|
||||
services.splitDNS.entries = [
|
||||
{
|
||||
domain = "pass.baduhai.dev";
|
||||
lanIP = "192.168.15.142";
|
||||
tailscaleIP = "100.76.19.50";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue