From 8ba98bd9f15396b32508e9390300b7f329dde77d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Mon, 16 Feb 2026 10:02:16 +0100 Subject: [PATCH] magicman: switch wifi backend from wpa_supplicant to iwd Co-Authored-By: Claude Opus 4.6 --- hosts/magicman/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/magicman/configuration.nix b/hosts/magicman/configuration.nix index 147d5cf..d521860 100644 --- a/hosts/magicman/configuration.nix +++ b/hosts/magicman/configuration.nix @@ -28,6 +28,7 @@ # Networking stuff networking.hostName = "magicman"; # Define your hostname. + networking.networkmanager.wifi.backend = "iwd"; hardware = { enableRedistributableFirmware = true;