diff --git a/hosts/framework/configuration.nix b/hosts/framework/configuration.nix index fc10b78..5869777 100644 --- a/hosts/framework/configuration.nix +++ b/hosts/framework/configuration.nix @@ -25,6 +25,14 @@ enable = true; nssmdns4 = true; }; + services.dnsmasq = { + enable = true; + settings = { + interface = "enp195s0f3u1u1"; + dhcp-range = "169.254.100.10,169.254.100.50,12h"; + dhcp-option = "3,169.254.100.1"; + }; + }; # Set your time zone. time.timeZone = "Europe/Stockholm";