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