diff options
Diffstat (limited to 'router.nix')
| -rw-r--r-- | router.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -59,6 +59,9 @@ in dhcp-range = "10.69.0.2,10.69.0.254,255.255.0.0,1h"; dhcp-option = [ "option:router,10.69.0.1" "option:dns-server,10.69.0.1" ]; dhcp-authoritative = true; + + no-hosts = true; + address = "/oden.m.internal/10.69.0.1"; }; }; networking.nameservers = [ "127.0.0.1" ]; |
