nix(loki): add wol pkg

This commit is contained in:
surtur 2023-11-21 22:14:33 +01:00
parent c90bd1553e
commit ca699f1dbe
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -97,6 +97,10 @@
];
};
environment.systemPackages = with pkgs; [
wol
];
networking = {
# hostId = pkgs.lib.mkForce "00000000";
hostId = "deadb33f";