From cdea59cc82b5587366620c633f7e2008c0d46ba4 Mon Sep 17 00:00:00 2001 From: Gustav Bruhn Date: Thu, 20 Mar 2025 14:35:54 +0100 Subject: [PATCH] 43 current 2025-03-20 14:35:40 25.05.20250315.c80f6a7 6.12.19 * --- hosts/framework/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/framework/configuration.nix b/hosts/framework/configuration.nix index f581463..851ef33 100644 --- a/hosts/framework/configuration.nix +++ b/hosts/framework/configuration.nix @@ -21,6 +21,10 @@ # Enable networking networking.networkmanager.enable = true; + networking.interfaces.enp195s0f3u1u1 = { + useDHCP = true; + }; + # Set your time zone. time.timeZone = "Europe/Stockholm";