lib: FINALLY (?) FIX THE INTERFACE CONUNDRUM

This commit is contained in:
2021-11-05 12:49:58 +01:00
parent 5e8c297d03
commit ec70e43143
3 changed files with 5 additions and 9 deletions

View File

@@ -35,15 +35,13 @@
i18n.enable = true;
singleUser = "alexander";
hostName = "mashu";
#wireless = true;
wireless = true;
primaryInterface = "wlp1s0";
offloading.offload.enable = true;
};
hardware = {
intel.enable = true;
wifi = {
enable = true;
wifiInterface = "wlp1s0";
};
wifi.enable = true;
mobile.enable = true;
surface.enable = true;
};