From b8771473084f49fe4af06185d722d59b3f1a4d7e Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 10 Jul 2022 00:21:41 +0200 Subject: Network: Created main_wifi and portable_wifi network configs --- hosts/luna/default.nix | 2 +- hosts/phobos/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts') 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 -- cgit 1.4.1