diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/luna/default.nix | 2 | ||||
-rw-r--r-- | hosts/phobos/default.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hosts/luna/default.nix b/hosts/luna/default.nix index 7d6ce2b..6194a71 100644 --- a/hosts/luna/default.nix +++ b/hosts/luna/default.nix @@ -19,7 +19,7 @@ networking = { wireless = { enable = true; # Enables wireless support via wpa_supplicant. - networks = secrets.wifi; + networks = secrets.portable_wifi; }; # networkmanager.enable = true; # Easiest to use and most distros use this by default. # Configure network proxy if necessary 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 |