about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-07-14 22:43:44 +0200
committerBaitinq <[email protected]>2022-07-14 22:43:44 +0200
commit5d5095e43f598c757d18504de84c7b5802b5d002 (patch)
tree9bd4d678f818aea9f3f789202383a807bc6516ca /hosts
parentLuna: Enable power-save module (diff)
downloadnixos-config-5d5095e43f598c757d18504de84c7b5802b5d002.tar.gz
nixos-config-5d5095e43f598c757d18504de84c7b5802b5d002.tar.bz2
nixos-config-5d5095e43f598c757d18504de84c7b5802b5d002.zip
Luna: Switch wifi network to main_wifi
Diffstat (limited to 'hosts')
-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