about summary refs log tree commit diff
path: root/hosts/luna
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-14 22:43:44 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-14 22:43:44 +0200
commit56c31027c6b0134652ebea8c373a2ea3bb706318 (patch)
tree36078e63535cffac56f2582dc1e34c8ae065e308 /hosts/luna
parentLuna: Enable power-save module (diff)
downloadnixos-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.nix2
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