From 57624c2068c3f4ec9f9104d39de09c967222bbe3 Mon Sep 17 00:00:00 2001 From: Gustav Bruhn Date: Fri, 21 Mar 2025 09:56:08 +0100 Subject: [PATCH] 56 current 2025-03-21 09:56:05 25.05.20250315.c80f6a7 6.12.19 * --- hosts/framework/configuration.nix | 13 ------------- 1 file changed, 13 deletions(-) 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";