From 7c009ccdc40bb10a233e292a224e4c9fffeea427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Tue, 22 Jul 2025 11:18:55 +0300 Subject: [PATCH] Add declarative WiFi to helium --- hosts/x86_64-linux/helium.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/x86_64-linux/helium.nix b/hosts/x86_64-linux/helium.nix index 17a41be..57c570e 100644 --- a/hosts/x86_64-linux/helium.nix +++ b/hosts/x86_64-linux/helium.nix @@ -17,6 +17,7 @@ enable = true; suffix = "7"; }; + wireless.enable = true; }; hardware.amdLaptop.enable = true; platform.hibernate.enable = true;