mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix(wifi): only use wlp3s0 on machines where it applies
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
wlp3s0.useDHCP = true;
|
||||
wwp0s20u4i6.useDHCP = true;
|
||||
};
|
||||
networking.wireless.interfaces = [ "wlp3s0" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git vim
|
||||
|
||||
Reference in New Issue
Block a user