diff options
author | Ben Sima <ben@bsima.me> | 2020-11-27 17:09:24 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-11-27 17:09:24 -0500 |
commit | e8ea5a494a01da3f4fab0c9b451d5b5a6ecc42c6 (patch) | |
tree | 7516768716175754bd5304a947ffda4d283abefa /Biz | |
parent | 7aa014cbc4adad725b0ea9284422a146a035ab74 (diff) |
Disable wireless on Biz.Dev
Diffstat (limited to 'Biz')
-rw-r--r-- | Biz/Dev/Configuration.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Biz/Dev/Configuration.nix b/Biz/Dev/Configuration.nix index 3240c30..58feaef 100644 --- a/Biz/Dev/Configuration.nix +++ b/Biz/Dev/Configuration.nix @@ -39,18 +39,6 @@ in { useDHCP = false; interfaces.enp1s0.useDHCP = true; interfaces.wlp0s20f0u4.useDHCP = true; - - wireless.enable = true; # Enables wireless support via wpa_supplicant. - wireless.interfaces = [ "wlp0s20f0u4" ]; - wireless.networks = { - Simanet = { - psk = "1123581321"; - }; - Simanet-5g = { - psk = "1123581321"; - priority = 1; - }; - }; }; # Use the systemd-boot EFI boot loader. |