From 6cdfdaf703f3a8938fbd17dae5cb06d85cdd32ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 10 Jun 2021 20:32:58 +0200 Subject: [PATCH] feat(wifi): add interfaces --- configs/wifi.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/wifi.nix b/configs/wifi.nix index 6fea077..4747c5b 100644 --- a/configs/wifi.nix +++ b/configs/wifi.nix @@ -2,6 +2,7 @@ { networking.wireless = { enable = true; + interfaces = [ "wlp3s0" ]; userControlled.enable = true; networks = { "Aether" = {