Cleared DNS settingd

This commit is contained in:
2026-01-16 17:10:31 +02:00
parent a3fd948517
commit 0636381047

View File

@@ -27,11 +27,4 @@
]; ];
networking.hostName = "puter"; networking.hostName = "puter";
# This will be overridden by system/default.nix # This will be overridden by system/default.nix
system.stateVersion = "24.05";
networking.resolved = {
enable = true;
dns = ["dns.mycloudhaus.xyz"];
dnsOverTls = true;
dnssec = true;
};
} }