diff options
| author | Mel <mel@rnrd.eu> | 2026-04-05 01:41:42 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-04-05 01:48:30 +0200 |
| commit | ff4d59196b4e644d73461ead47b2e31a6eaff37b (patch) | |
| tree | e102a12d6a636cd488c0bbb27df25e36344772d2 /machines | |
| parent | d172dbe087c156883ce7bb3b2348e9fb0db5c192 (diff) | |
| download | minerals-ff4d59196b4e644d73461ead47b2e31a6eaff37b.tar.zst minerals-ff4d59196b4e644d73461ead47b2e31a6eaff37b.zip | |
Remove Wi-Fi from Wolfram
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/wolfram/default.nix | 2 | ||||
| -rw-r--r-- | machines/wolfram/devices.nix | 13 |
2 files changed, 0 insertions, 15 deletions
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 |
