From 64165aa4be1cf89bc5416f07dc7b2e61f51edecf Mon Sep 17 00:00:00 2001 From: Pavel Date: Wed, 25 Feb 2026 16:16:19 +0300 Subject: [PATCH] update nixos conf --- nixos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index e5a8c92..006e1f7 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -15,6 +15,7 @@ boot.loader.efi.canTouchEfiVariables = true; networking.hostName = "homelab"; # Define your hostname. + networking.networkmanager.wifi.powersave = false; # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Configure network proxy if necessary