diff options
Diffstat (limited to 'router.nix')
| -rw-r--r-- | router.nix | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -68,12 +68,17 @@ in server = [ "1.1.1.1" "1.0.0.1" ]; interface = "br0"; - dhcp-range = "10.69.0.2,10.69.0.254,255.255.0.0,1h"; + dhcp-range = "10.69.0.50,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/10.69.0.1"; + + dhcp-host = "mimer,10.69.0.3"; + address = [ + "/oden.m/10.69.0.1" + "/mimer.m/10.69.0.3" + ]; }; }; networking.nameservers = [ "127.0.0.1" ]; |
