aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-12-29 21:34:30 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-12-29 21:34:30 -0800
commit6ec031601786ea36f3c6ad63ba71de3a6fb73521 (patch)
tree6a2d08a71cf9b126ad46c1faf7682d596e879ce8 /hosts/common
parent6e10b9ed7d744a6c6c56e1e132430191e65c70d1 (diff)
downloadnix-6ec031601786ea36f3c6ad63ba71de3a6fb73521.tar
nix-6ec031601786ea36f3c6ad63ba71de3a6fb73521.tar.gz
nix-6ec031601786ea36f3c6ad63ba71de3a6fb73521.tar.bz2
nix-6ec031601786ea36f3c6ad63ba71de3a6fb73521.tar.lz
nix-6ec031601786ea36f3c6ad63ba71de3a6fb73521.tar.xz
nix-6ec031601786ea36f3c6ad63ba71de3a6fb73521.tar.zst
nix-6ec031601786ea36f3c6ad63ba71de3a6fb73521.zip
Bump wol to master
Diffstat (limited to '')
-rw-r--r--hosts/common/optional/services/dhcp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/optional/services/dhcp.nix b/hosts/common/optional/services/dhcp.nix
index 2547bf9..cdd17be 100644
--- a/hosts/common/optional/services/dhcp.nix
+++ b/hosts/common/optional/services/dhcp.nix
@@ -10,7 +10,7 @@
systemPackages = with pkgs; [
ipxe
#tftp-hpa
- wol
+ master.wol
];
};