mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 16:57:55 +00:00
hosts/graphical-installer: re-disable wireless module
I forgot why it's there. Now I remember. :)
This commit is contained in:
parent
87e01e119c
commit
dc01a2d2f1
@ -16,6 +16,8 @@
|
|||||||
] ++ builtins.attrValues inputs;
|
] ++ builtins.attrValues inputs;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.wireless.enable = false;
|
||||||
|
|
||||||
profiles = {
|
profiles = {
|
||||||
desktop = {
|
desktop = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user