From ed9c5eebd415b74c2b2e2fab71a7fd528a8ca735 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Mon, 31 Oct 2022 16:44:39 +0100 Subject: [PATCH] change laptop wifi ifname --- hosts/laptop/hardware-configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/laptop/hardware-configuration.nix b/hosts/laptop/hardware-configuration.nix index 9f0656f..1ca0e06 100644 --- a/hosts/laptop/hardware-configuration.nix +++ b/hosts/laptop/hardware-configuration.nix @@ -73,7 +73,8 @@ }; }; interfaces = { - wlp1s0 = { + #wlp1s0 = { + wlan0 = { useDHCP = true; # For versatility sake, manually edit IP on nm-applet. #ipv4.addresses = [ { # address = "192.168.0.51";