feat: add wol

This commit is contained in:
tux
2025-08-08 03:00:27 +05:30
parent fca591144b
commit 914950771a

View File

@@ -144,5 +144,7 @@
]; ];
}; };
environment.systemPackages = with pkgs; [go-wol];
system.stateVersion = "24.11"; system.stateVersion = "24.11";
} }