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.