nsd to vno1-gdrx; reduce vpn ttl

This commit is contained in:
2025-11-14 22:50:46 +02:00
parent ffb0f6df4e
commit cc8b5d2327
2 changed files with 12 additions and 1 deletions

View File

@@ -169,7 +169,7 @@ rec {
photos A ${hosts."fwminex.jakst.vpn".jakstIP}
ns1 86400 A ${vno1}
ns2 86400 A ${fra1c}
vpn A ${vno1}
vpn 300 A ${fra1c}
rita A ${vno1}
git A ${vno1}
git HTTPS 1 . alpn="h3,h2" ipv4hint="${vno1}"

View File

@@ -77,6 +77,17 @@ in
hardware.cpu.intel.updateMicrocode = true;
nixpkgs.hostPlatform = "x86_64-linux";
services.nsd = {
enable = true;
interfaces = [
"0.0.0.0"
"::"
];
zones = {
"jakstys.lt.".data = myData.jakstysLTZone;
};
};
mj = {
stateVersion = "24.05";
timeZone = "Europe/Vilnius";