diff options
| author | Baitinq <[email protected]> | 2022-07-10 00:21:41 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-10 00:21:41 +0200 |
| commit | ec1e9b03c8be6b8112295a25d9df26a50210ba16 (patch) | |
| tree | 530cc0f6f799815b89a83b605e98613e838d8d51 /hosts/luna/default.nix | |
| parent | Luna: Update disk uuids (diff) | |
| download | nixos-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/luna/default.nix')
| -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 |