From 691e8ab6ee00bbfad5cc207ad09a9b78d4ef9958 Mon Sep 17 00:00:00 2001 From: Ethel Morgan Date: Tue, 30 Jun 2020 16:16:01 +0100 Subject: update pkgs.catbus-wakeonlan --- nixos/modules/services/catbus-wakeonlan.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/catbus-wakeonlan.nix') 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; -- cgit v1.2.3