summaryrefslogtreecommitdiff
path: root/hosts/work.nix
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2024-11-16 21:27:34 +0100
committerJasper Ras <jras@hostnet.nl>2024-11-16 21:27:34 +0100
commitc1e261e5874e1045b09841106644d17ec09322be (patch)
treeb139998007d7fc0f0a18cd5d4dbca81c1098386e /hosts/work.nix
parentfb751a13bc6237864ac84a7e2cf8a61fca74fd71 (diff)
Fix local dns
Diffstat (limited to 'hosts/work.nix')
-rw-r--r--hosts/work.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/work.nix b/hosts/work.nix
index 9f2f08d..d36bfc3 100644
--- a/hosts/work.nix
+++ b/hosts/work.nix
@@ -22,7 +22,7 @@
networking.hostName = "work";
networking.networkmanager.enable = true;
networking.networkmanager.dns = "systemd-resolved";
- networking.nameservers = [ "1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one" ];
+ networking.nameservers = [ "1.1.1.1" ];
networking.firewall.allowedTCPPorts = [];
time.timeZone = "Europe/Amsterdam";
@@ -112,8 +112,8 @@
enable = true;
dnssec = "true";
domains = [ "~." ];
- fallbackDns = [ "1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one" ];
- dnsovertls = "true";
+ fallbackDns = [ "1.1.1.1" ];
+ dnsovertls = "opportunistic";
llmnr = "true";
};