Added resolvectl + own DNS

This commit is contained in:
2026-01-16 16:39:06 +02:00
parent db5fce9c57
commit ca2047da42
4 changed files with 56 additions and 17 deletions

View File

@@ -8,6 +8,7 @@
./syncthing.nix
./packages.nix
./wireguard.nix
./prometheus-node-exporter.nix
#./remotebuild_user.nix
# DE
../../modules/de/multiple-dms.nix
@@ -27,5 +28,10 @@
networking.hostName = "puter";
# This will be overridden by system/default.nix
system.stateVersion = "24.05";
security.pki.certificates = ["/home/user/.config/bigbox.local.crt"];
networking.resolved = {
enable = true;
dns = ["dns.mycloudhaus.xyz"];
dnsOvertTls = true;
dnssec = true;
};
}