hosts/graphical-installer: force wireless networking setup

Ehhh... It's going to have an error since the wireless network setup
does not have enough priority for the appropriate image format
configuration.
This commit is contained in:
Gabriel Arazas 2022-12-10 18:48:20 +08:00
parent e8a1dc2fd9
commit d6f3f11611

View File

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