From 9f752566f1d5699ce66493431f732e19630d03ea Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 15 Jul 2022 11:56:18 +0200 Subject: Join all wifi networks in the same set --- hosts/phobos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/phobos/default.nix') 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 -- cgit 1.4.1