summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Magnusson <mathias@magnusson.space>2025-10-14 21:04:53 +0200
committerMathias Magnusson <mathias@magnusson.space>2025-10-19 15:36:21 +0200
commitaf7f731f5bac7dacc1083156913a9823887113db (patch)
tree067da85b2d81fbf9d711fc304bc44821d2f7437c
parent1c82ad777028ba3e2bfc55e7c383d9501bd64a35 (diff)
downloadoden-af7f731f5bac7dacc1083156913a9823887113db.tar.gz
Use only `.m` as tld instaed of `.internal.m`
-rw-r--r--router.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/router.nix b/router.nix
index 2308b3c..b377e57 100644
--- a/router.nix
+++ b/router.nix
@@ -50,8 +50,8 @@ in
bogus-priv = true;
no-resolv = true;
- domain = "m.internal";
- local = "/m.internal/";
+ domain = "m";
+ local = "/m/";
server = [ "1.1.1.1" "1.0.0.1" ];
@@ -61,7 +61,7 @@ in
dhcp-authoritative = true;
no-hosts = true;
- address = "/oden.m.internal/10.69.0.1";
+ address = "/oden.m/10.69.0.1";
};
};
networking.nameservers = [ "127.0.0.1" ];