aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-11-09 22:32:39 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-11-09 22:32:39 -0800
commit4183b5e98973767ba89d5dc468778f64a56151f9 (patch)
tree128bca5e3637ab072b03ad5ed27de143728e1f97 /hosts
parentfc9dbe7a0d6b20bb66eb90cd49b4a63b6915857d (diff)
downloadnix-4183b5e98973767ba89d5dc468778f64a56151f9.tar
nix-4183b5e98973767ba89d5dc468778f64a56151f9.tar.gz
nix-4183b5e98973767ba89d5dc468778f64a56151f9.tar.bz2
nix-4183b5e98973767ba89d5dc468778f64a56151f9.tar.lz
nix-4183b5e98973767ba89d5dc468778f64a56151f9.tar.xz
nix-4183b5e98973767ba89d5dc468778f64a56151f9.tar.zst
nix-4183b5e98973767ba89d5dc468778f64a56151f9.zip
Add wol
Diffstat (limited to 'hosts')
-rw-r--r--hosts/common/optional/services/dhcp.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/common/optional/services/dhcp.nix b/hosts/common/optional/services/dhcp.nix
index 531c152..6a9ee72 100644
--- a/hosts/common/optional/services/dhcp.nix
+++ b/hosts/common/optional/services/dhcp.nix
@@ -10,6 +10,7 @@
systemPackages = with pkgs; [
ipxe
tftp-hpa
+ wol
];
};