wifi fixes
This commit is contained in:
@@ -43,7 +43,10 @@ in {
|
|||||||
networking.hostName = "nixos";
|
networking.hostName = "nixos";
|
||||||
|
|
||||||
# Networking
|
# Networking
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager = {
|
||||||
|
enable = true;
|
||||||
|
wifi.powersave = false;
|
||||||
|
};
|
||||||
|
|
||||||
# WebHID/VIA access on Linux (VIA needs hidraw access)
|
# WebHID/VIA access on Linux (VIA needs hidraw access)
|
||||||
services.udev.extraRules = ''
|
services.udev.extraRules = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user