From 914950771ad9a0aced9ce953e23501ad21412c04 Mon Sep 17 00:00:00 2001 From: tux Date: Fri, 8 Aug 2025 03:00:27 +0530 Subject: [PATCH] feat: add wol --- hosts/homelab/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/homelab/default.nix b/hosts/homelab/default.nix index eaffac6..a9edc06 100755 --- a/hosts/homelab/default.nix +++ b/hosts/homelab/default.nix @@ -144,5 +144,7 @@ ]; }; + environment.systemPackages = with pkgs; [go-wol]; + system.stateVersion = "24.11"; }