about summary refs log tree commit diff
path: root/hosts/phobos/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/phobos/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/phobos/default.nix b/hosts/phobos/default.nix
index 70c6f32..9ff4f09 100644
--- a/hosts/phobos/default.nix
+++ b/hosts/phobos/default.nix
@@ -13,7 +13,7 @@
   networking = {
     wireless = {
       enable = true; # Enables wireless support via wpa_supplicant.
-      networks = secrets.wifi;
+      networks = secrets.main_wifi;
     };
     # networkmanager.enable = true;  # Easiest to use and most distros use this by default.
     # Configure network proxy if necessary