diff --git a/modules/hosts/arcturus/config.nix b/modules/hosts/arcturus/config.nix index 1fe2f92..fb84538 100644 --- a/modules/hosts/arcturus/config.nix +++ b/modules/hosts/arcturus/config.nix @@ -154,6 +154,7 @@ networkmanager = { enable = true; wifi.backend = "iwd"; + wifi.powersave = false; }; wireless.iwd = { enable = true; diff --git a/modules/hosts/canopus/config.nix b/modules/hosts/canopus/config.nix index 28fc8d9..e142a30 100644 --- a/modules/hosts/canopus/config.nix +++ b/modules/hosts/canopus/config.nix @@ -131,6 +131,7 @@ networkmanager = { enable = true; wifi.backend = "iwd"; + wifi.powersave = false; }; wireless.iwd = { enable = true; diff --git a/modules/hosts/sirius/config.nix b/modules/hosts/sirius/config.nix index 1718f10..eb97970 100644 --- a/modules/hosts/sirius/config.nix +++ b/modules/hosts/sirius/config.nix @@ -132,6 +132,7 @@ networkmanager = { enable = true; wifi.backend = "iwd"; + wifi.powersave = false; }; wireless.iwd = { enable = true;