diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-10 00:21:41 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-10 00:21:41 +0200 |
commit | b8771473084f49fe4af06185d722d59b3f1a4d7e (patch) | |
tree | 10b877071ab84f2845c16b6d87ff900f2cedd6b4 /hosts/luna | |
parent | Luna: Update disk uuids (diff) | |
download | nixos-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/luna')
-rw-r--r-- | hosts/luna/default.nix | 2 |
1 files changed, 1 insertions, 1 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 |