From 7ba6bac80087266cfdcd7fc1a47a1377b73b6812 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Thu, 22 Feb 2024 18:23:36 +0200 Subject: [PATCH] wireless setup --- nixos/laptop/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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;