From 0a625747e575527ec81a772bbaee9549f252337c Mon Sep 17 00:00:00 2001 From: "Thomas G. Lopes" Date: Thu, 26 Mar 2026 23:33:14 +0000 Subject: [PATCH] wifi fixes --- modules/hosts/nixos.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 = ''