From b6c8dac6db199ef576ba41b904f0e7d6beae2c48 Mon Sep 17 00:00:00 2001 From: devhell Date: Thu, 2 Jan 2020 15:46:52 +0000 Subject: machines/hildr: Switch from wpa_supplicant to iwd Now that I've finally found a few minutes to mess with iwd's configuration successfully I can switch completely. Only annoyance is iwd's insistence on switching the interface name to 'wlan0'. --- machines/devhell/hildr.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'machines/devhell') diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix index 47959d5e..b4367971 100644 --- a/machines/devhell/hildr.nix +++ b/machines/devhell/hildr.nix @@ -59,11 +59,11 @@ networking = { hostName = "hildr"; - wireless.enable = true; + wireless.iwd.enable = true; useNetworkd = true; interfaces = { enp0s31f6.useDHCP = true; - wlp2s0.useDHCP = true; + wlan0.useDHCP = true; }; }; -- cgit 1.4.1