diff options
| author | Baitinq <[email protected]> | 2022-07-15 11:56:18 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-15 11:56:18 +0200 |
| commit | afe4d7b8c5ab60ffc17b703aef70ca4f6ad9ab12 (patch) | |
| tree | 93f6278415266ac2c5c81fbc255f459cefd077f8 /hosts/phobos/default.nix | |
| parent | Remove unneeded packages (diff) | |
| download | nixos-config-afe4d7b8c5ab60ffc17b703aef70ca4f6ad9ab12.tar.gz nixos-config-afe4d7b8c5ab60ffc17b703aef70ca4f6ad9ab12.tar.bz2 nixos-config-afe4d7b8c5ab60ffc17b703aef70ca4f6ad9ab12.zip | |
Join all wifi networks in the same set
Diffstat (limited to 'hosts/phobos/default.nix')
| -rw-r--r-- | hosts/phobos/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |