diff options
Diffstat (limited to 'hosts/phobos/default.nix')
-rw-r--r-- | hosts/phobos/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/phobos/default.nix b/hosts/phobos/default.nix index 9ff4f09..274cdcb 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.main_wifi; + networks = secrets.wifi_networks; }; # networkmanager.enable = true; # Easiest to use and most distros use this by default. # Configure network proxy if necessary |