commit 15234c5e0b7e5d3957283338991fe335d5959ecf parent 45c8c0dbc52cbc4a397ec643bf6b9e5e0e4b4934 Author: Vincent Demeester <vincent@sbr.pm> Date: Mon, 19 Sep 2022 18:13:29 +0200 systems/wakasu: use binary.. Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | systems/hosts/wakasu.nix | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/systems/hosts/wakasu.nix b/systems/hosts/wakasu.nix @@ -81,8 +81,8 @@ in { groups = [ "wheel" ]; commands = [ - { command = "${officemode}"; options = [ "NOPASSWD" ]; } - { command = "${roadmode}"; options = [ "NOPASSWD" ]; } + { command = "${officemode}/bin/officemode"; options = [ "NOPASSWD" ]; } + { command = "${roadmode}/bin/roadmode"; options = [ "NOPASSWD" ]; } ]; } ];