This commit is contained in:
parent
ad8c8b9b19
commit
13bfe6f787
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@ -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
|
||||
|
@ -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";
|
||||
|
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user