mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 18:06:33 +01:00
Force disable wireless networking
Using networkmanger instead
This commit is contained in:
parent
3b41b2b79b
commit
82910f5ef3
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ with lib;
|
|||
#with lib.internal;
|
||||
{
|
||||
networking.networkmanager.enable = true;
|
||||
networking.wireless.enable = mkForce false;
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue