From 93332cf32bcfe4b15ca797f239bfc3928b8e2266 Mon Sep 17 00:00:00 2001 From: Gustav Bruhn Date: Fri, 21 Mar 2025 09:52:18 +0100 Subject: [PATCH] 55 current 2025-03-21 09:52:15 25.05.20250315.c80f6a7 6.12.19 * --- hosts/framework/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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";