add derivation for go-wol

This commit is contained in:
2024-10-17 13:57:22 +05:30
parent bfc34a0011
commit aa00b44675
3 changed files with 31 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{...}: {
{pkgs, ...}: {
imports = [
./hardware-configuration.nix
../common
@ -44,6 +44,8 @@
};
};
environment.systemPackages = with pkgs; [go-wol];
environment.persistence."/persist" = {
enable = false;
};