summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Biz/Dev/Configuration.nix12
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.