nix(loki): add wol pkg
This commit is contained in:
parent
c90bd1553e
commit
ca699f1dbe
@ -97,6 +97,10 @@
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wol
|
||||
];
|
||||
|
||||
networking = {
|
||||
# hostId = pkgs.lib.mkForce "00000000";
|
||||
hostId = "deadb33f";
|
||||
|
Loading…
Reference in New Issue
Block a user