mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-25 00:19:12 +00:00
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:
parent
e8a1dc2fd9
commit
d6f3f11611
@ -16,6 +16,8 @@
|
||||
] ++ builtins.attrValues inputs;
|
||||
};
|
||||
|
||||
networking.wireless.enable = lib.mkForce false;
|
||||
|
||||
profiles = {
|
||||
desktop = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user