about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-15 11:56:18 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-15 11:56:18 +0200
commit9f752566f1d5699ce66493431f732e19630d03ea (patch)
treeade72f94113e0593075d64d2f83521b00053015e /hosts
parentRemove unneeded packages (diff)
downloadnixos-config-9f752566f1d5699ce66493431f732e19630d03ea.tar.gz
nixos-config-9f752566f1d5699ce66493431f732e19630d03ea.tar.bz2
nixos-config-9f752566f1d5699ce66493431f732e19630d03ea.zip
Join all wifi networks in the same set
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 295f986..f70c975 100644
--- a/hosts/luna/default.nix
+++ b/hosts/luna/default.nix
@@ -20,7 +20,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
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