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

@@ -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";