Added resolvectl + own DNS
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user