hosts/graphical-installer: re-disable wireless module

I forgot why it's there. Now I remember. :)
This commit is contained in:
Gabriel Arazas 2023-06-23 15:44:19 +08:00
parent 87e01e119c
commit dc01a2d2f1
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -16,6 +16,8 @@
] ++ builtins.attrValues inputs; ] ++ builtins.attrValues inputs;
}; };
networking.wireless.enable = false;
profiles = { profiles = {
desktop = { desktop = {
enable = true; enable = true;