about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-07-10 00:21:41 +0200
committerBaitinq <[email protected]>2022-07-10 00:21:41 +0200
commitec1e9b03c8be6b8112295a25d9df26a50210ba16 (patch)
tree530cc0f6f799815b89a83b605e98613e838d8d51 /hosts
parentLuna: Update disk uuids (diff)
downloadnixos-config-ec1e9b03c8be6b8112295a25d9df26a50210ba16.tar.gz
nixos-config-ec1e9b03c8be6b8112295a25d9df26a50210ba16.tar.bz2
nixos-config-ec1e9b03c8be6b8112295a25d9df26a50210ba16.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