hosts/yule: Specify interface for wpa-supplicant

This commit is contained in:
kat witch 2021-06-20 03:04:44 +01:00
parent fa963610f0
commit 4ad1684d06
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -17,6 +17,8 @@ with lib;
users.kat.guiFull
];
networking.wireless.interfaces = [ "wlp2s0" ];
deploy.target = "personal";
boot.loader.systemd-boot.enable = true;