summaryrefslogtreecommitdiff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorEthel Morgan <eth@ethulhu.co.uk>2020-06-30 16:16:01 +0100
committerEthel Morgan <eth@ethulhu.co.uk>2020-06-30 16:16:01 +0100
commit691e8ab6ee00bbfad5cc207ad09a9b78d4ef9958 (patch)
tree15f58668c7822c0aa09106d8fc8fe0a836a7dae9 /nixos/modules/services
parentd1534dbca7cb8b0418b1e33cb6337db5453c06da (diff)
update pkgs.catbus-wakeonlan
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;