summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-12-24 23:56:28 +0100
committerRory& <root@rory.gay>2024-12-24 23:56:28 +0100
commit3c739dc2117944a8f63d8f23cb91a19253c4afd4 (patch)
tree15adc1a80b7e94886d127531ee5df285c93dcd99 /host
parentShared redpanda sudo user (diff)
downloadRory-Open-Architecture-3c739dc2117944a8f63d8f23cb91a19253c4afd4.tar.xz
Run allowed sudo instances of redpanda as root
Diffstat (limited to 'host')
-rw-r--r--host/Rory-nginx/services/redpanda/systemd-services.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/host/Rory-nginx/services/redpanda/systemd-services.nix b/host/Rory-nginx/services/redpanda/systemd-services.nix

index 833fa48..07324c7 100644 --- a/host/Rory-nginx/services/redpanda/systemd-services.nix +++ b/host/Rory-nginx/services/redpanda/systemd-services.nix
@@ -11,9 +11,8 @@ input = { label = ""; subprocess = { - name = lib.getExe pkgs.sudo; + name = "${pkgs.systemd}/bin/systemctl"; args = [ - "${pkgs.systemd}/bin/systemctl" "-ojson" "--recursive" ];