summaryrefslogtreecommitdiff
path: root/nixos/modules/services/catbus-wakeonlan.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nixos/modules/services/catbus-wakeonlan.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/catbus-wakeonlan.nix b/nixos/modules/services/catbus-wakeonlan.nix
index 0cf7edb..1505250 100644
--- a/nixos/modules/services/catbus-wakeonlan.nix
+++ b/nixos/modules/services/catbus-wakeonlan.nix
@@ -53,7 +53,7 @@ in {
serviceConfig = {
DynamicUser = true;
- ExecStart = "${pkgs.eth.catbus-wakeonlan}/bin/catbus-actuator-wakeonlan --config-path ${configJSON}";
+ ExecStart = "${pkgs.eth.catbus-wakeonlan}/bin/catbus-wakeonlan-actuator --config-path ${configJSON}";
NoNewPrivileges = true;
ProtectKernelTunables = true;