diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-14 22:43:44 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-14 22:43:44 +0200 |
commit | 56c31027c6b0134652ebea8c373a2ea3bb706318 (patch) | |
tree | 36078e63535cffac56f2582dc1e34c8ae065e308 /hosts/luna | |
parent | Luna: Enable power-save module (diff) | |
download | nixos-config-56c31027c6b0134652ebea8c373a2ea3bb706318.tar.gz nixos-config-56c31027c6b0134652ebea8c373a2ea3bb706318.tar.bz2 nixos-config-56c31027c6b0134652ebea8c373a2ea3bb706318.zip |
Luna: Switch wifi network to main_wifi
Diffstat (limited to 'hosts/luna')
-rw-r--r-- | hosts/luna/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/luna/default.nix b/hosts/luna/default.nix index 27f02d6..295f986 100644 --- a/hosts/luna/default.nix +++ b/hosts/luna/default.nix @@ -20,7 +20,7 @@ networking = { wireless = { enable = true; # Enables wireless support via wpa_supplicant. - networks = secrets.portable_wifi; + networks = secrets.main_wifi; }; # networkmanager.enable = true; # Easiest to use and most distros use this by default. # Configure network proxy if necessary |