From ff4d59196b4e644d73461ead47b2e31a6eaff37b Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 5 Apr 2026 01:41:42 +0200 Subject: Remove Wi-Fi from Wolfram --- machines/wolfram/default.nix | 2 -- machines/wolfram/devices.nix | 13 ------------- 2 files changed, 15 deletions(-) (limited to 'machines/wolfram') diff --git a/machines/wolfram/default.nix b/machines/wolfram/default.nix index 89d840d..fc99002 100644 --- a/machines/wolfram/default.nix +++ b/machines/wolfram/default.nix @@ -2,8 +2,6 @@ { imports = [ - ../../modules/wireless.nix - ./hardware.nix ./devices.nix ]; diff --git a/machines/wolfram/devices.nix b/machines/wolfram/devices.nix index 0c5d8b8..134bf8d 100644 --- a/machines/wolfram/devices.nix +++ b/machines/wolfram/devices.nix @@ -58,8 +58,6 @@ networking = { useDHCP = false; dhcpcd.enable = false; - - wireless.interfaces = [ "wlp6s0" ]; }; systemd.network = { enable = true; @@ -73,17 +71,6 @@ dhcpV4Config.RouteMetric = 10; dhcpV6Config.RouteMetric = 10; }; - # wifi connection via mediatek mt7921k (supports wifi 6e) - "10-wlan" = { - name = "wlp6s0"; - DHCP = "yes"; - networkConfig.IgnoreCarrierLoss = "3s"; - # lower priority, if ethernet exists route via that. - dhcpV4Config.RouteMetric = 20; - dhcpV6Config.RouteMetric = 20; - - # authentication handled via wpa_supplicant in modules/wireless.nix - }; }; # the rtl8125 notoriously has extreme issues with offloaded calculations -- cgit 1.4.1