From ba165a08e476dc9e428e4e7458b78965f2e16c53 Mon Sep 17 00:00:00 2001 From: Gustav Bruhn Date: Fri, 21 Mar 2025 10:03:31 +0100 Subject: [PATCH] 57 current 2025-03-21 10:03:18 25.05.20250315.c80f6a7 6.12.19 * --- hosts/framework/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/framework/configuration.nix b/hosts/framework/configuration.nix index b6edf00..726cfc4 100644 --- a/hosts/framework/configuration.nix +++ b/hosts/framework/configuration.nix @@ -20,6 +20,7 @@ # Enable networking networking.networkmanager.enable = true; + networking.interfaces.enp195s0f3u1u1.useDHCP = true; # Set your time zone. time.timeZone = "Europe/Stockholm";