From 10a41cd4fc74c84c224f404ef8b6fe30cf162b67 Mon Sep 17 00:00:00 2001 From: Gustav Bruhn Date: Fri, 21 Mar 2025 10:16:48 +0100 Subject: [PATCH] 59 current 2025-03-21 10:16:45 25.05.20250315.c80f6a7 6.12.19 * --- hosts/framework/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/framework/configuration.nix b/hosts/framework/configuration.nix index 726cfc4..e7bb78a 100644 --- a/hosts/framework/configuration.nix +++ b/hosts/framework/configuration.nix @@ -20,6 +20,12 @@ # Enable networking networking.networkmanager.enable = true; + + # Tell NetworkManager to ignore the Ethernet interface + networking.networkmanager.unmanaged = ["enp195s0f3u1u1"]; + + # Use systemd-networkd for the Ethernet interface + networking.useNetworkd = true; networking.interfaces.enp195s0f3u1u1.useDHCP = true; # Set your time zone.