From a22a8ee8b684e8e19cbc12e1d325bcd6e64e7046 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 12 Aug 2025 00:36:36 +0200 Subject: Hosts: Enable wifi for all hosts --- hosts/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts/configuration.nix') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 6cf35f2..740d223 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -61,6 +61,10 @@ # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. }; + wireless = { + enable = true; # Enables wireless support via wpa_supplicant. + networks = secrets.wifi_networks; + }; }; # Select internationalisation properties. -- cgit 1.4.1