diff --git a/nixos/laptop/default.nix b/nixos/laptop/default.nix index 4b82001..5579c63 100644 --- a/nixos/laptop/default.nix +++ b/nixos/laptop/default.nix @@ -91,6 +91,14 @@ }; networking = { + wireless = { + enable = true; + networks = { + "Smart-Hostel-2.4" = { + psk = "smarttrans.bg"; + }; + }; + }; stevenBlackHosts = { enable = true; blockFakenews = true;