about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-10 00:21:41 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-10 00:21:41 +0200
commitb8771473084f49fe4af06185d722d59b3f1a4d7e (patch)
tree10b877071ab84f2845c16b6d87ff900f2cedd6b4 /hosts
parentLuna: Update disk uuids (diff)
downloadnixos-config-b8771473084f49fe4af06185d722d59b3f1a4d7e.tar.gz
nixos-config-b8771473084f49fe4af06185d722d59b3f1a4d7e.tar.bz2
nixos-config-b8771473084f49fe4af06185d722d59b3f1a4d7e.zip
Network: Created main_wifi and portable_wifi network configs
Diffstat (limited to 'hosts')
-rw-r--r--hosts/luna/default.nix2
-rw-r--r--hosts/phobos/default.nix2
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