From e4862ea3586ecf5b16c38884711d4c9e8f11aa62 Mon Sep 17 00:00:00 2001 From: Gustav Bruhn Date: Fri, 21 Mar 2025 10:21:44 +0100 Subject: [PATCH] 61 current 2025-03-21 10:21:38 25.05.20250315.c80f6a7 6.12.19 * --- hosts/framework/configuration.nix | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/hosts/framework/configuration.nix b/hosts/framework/configuration.nix index a5f0a90..b6edf00 100644 --- a/hosts/framework/configuration.nix +++ b/hosts/framework/configuration.nix @@ -21,21 +21,6 @@ # 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 = false; - ipv4.addresses = [ - { - address = "192.168.1.100"; # Choose an IP in the same subnet as the Raspberry Pi - prefixLength = 24; - } - ]; - }; - # Set your time zone. time.timeZone = "Europe/Stockholm";