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 +- pkgs/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 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; diff --git a/pkgs/default.nix b/pkgs/default.nix index cf2681d..d6a28e9 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -17,7 +17,7 @@ let }; catbus-wakeonlan = builtins.fetchGit { url = "https://github.com/ethulhu/catbus-wakeonlan"; - rev = "748a39954903f9931e2d43d445f1cdae0da15a02"; + rev = "e3566b5fd2a862fee38eeeafc9d5174e0a00f484"; }; catbus-web-ui = builtins.fetchGit { url = "https://github.com/ethulhu/catbus-web-ui"; -- cgit v1.2.3