diff --git a/modules/hosts/nixos.nix b/modules/hosts/nixos.nix index aedca1e..3799612 100644 --- a/modules/hosts/nixos.nix +++ b/modules/hosts/nixos.nix @@ -43,7 +43,10 @@ in { networking.hostName = "nixos"; # Networking - networking.networkmanager.enable = true; + networking.networkmanager = { + enable = true; + wifi.powersave = false; + }; # WebHID/VIA access on Linux (VIA needs hidraw access) services.udev.extraRules = ''