From 4ad1684d06990abfd19d93014abf718fffa83d89 Mon Sep 17 00:00:00 2001 From: kat witch Date: Sun, 20 Jun 2021 03:04:44 +0100 Subject: [PATCH] hosts/yule: Specify interface for wpa-supplicant --- hosts/yule/nixos/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/yule/nixos/default.nix b/hosts/yule/nixos/default.nix index 3c89b7d9..4b5392ea 100644 --- a/hosts/yule/nixos/default.nix +++ b/hosts/yule/nixos/default.nix @@ -17,6 +17,8 @@ with lib; users.kat.guiFull ]; + networking.wireless.interfaces = [ "wlp2s0" ]; + deploy.target = "personal"; boot.loader.systemd-boot.enable = true;