improved backups + local dns instead of cloudflare

This commit is contained in:
2026-07-28 14:10:29 +02:00
parent 7fb1498f20
commit 66fd70b5c4
8 changed files with 60 additions and 20 deletions
+3 -2
View File
@@ -1,10 +1,11 @@
{...}: {
networking = {
hostName = "Hermes";
nameservers = ["1.1.1.1" "1.0.0.1"];
#nameservers = ["1.1.1.1" "1.0.0.1"];
nameservers = ["10.0.0.1"];
firewall = {
enable = true;
trustedInterfaces = [ "podman0" ];
trustedInterfaces = ["podman0"];
};
nftables = {
enable = true;