diff --git a/hosts/framework/configuration.nix b/hosts/framework/configuration.nix index 5869777..b6edf00 100644 --- a/hosts/framework/configuration.nix +++ b/hosts/framework/configuration.nix @@ -21,19 +21,6 @@ # Enable networking networking.networkmanager.enable = true; - services.avahi = { - 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";