boron: enable authoritative dns
All checks were successful
flake / flake (push) Successful in 2m4s

This commit is contained in:
Jake Hillion 2024-05-10 22:35:29 +01:00
parent ad8c8b9b19
commit 13bfe6f787
4 changed files with 13 additions and 5 deletions

View File

@ -54,6 +54,11 @@
};
};
services.nsd.interfaces = [
"138.201.252.214"
"2a01:4f8:173:23d2::2"
];
## Enable ZRAM to help with root on tmpfs
zramSwap = {
enable = true;
@ -100,8 +105,10 @@
interfaces = {
eth0 = {
allowedTCPPorts = lib.mkForce [
53 # DNS
];
allowedUDPPorts = lib.mkForce [
53 # DNS
];
};
};

View File

@ -31,6 +31,11 @@
};
};
services.nsd.interfaces = [
"95.217.229.104"
"2a01:4f9:4b:3953::2"
];
services.foldingathome = {
enable = true;
user = "JakeH"; # https://stats.foldingathome.org/donor/id/357021

View File

@ -20,6 +20,7 @@ in
custom.locations.locations = {
services = {
authoritative_dns = [
"boron.cx.ts.hillion.co.uk"
"jorah.cx.ts.hillion.co.uk"
];
downloads = "tywin.storage.ts.hillion.co.uk";

View File

@ -12,11 +12,6 @@ in
services.nsd = {
enable = true;
interfaces = [
"95.217.229.104"
"2a01:4f9:4b:3953::2"
];
zones = {
"ts.hillion.co.uk" = {
data =