Update caddy reload command paths in configuration and panelctl scripts

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Jakub Dorfman 2026-04-26 23:31:31 +02:00
parent 7072fc9a37
commit 64c5b573cf
3 changed files with 4 additions and 3 deletions

View file

@ -84,7 +84,7 @@
users = [ "reudy" ];
commands = [
{
command = "${pkgs.systemd}/bin/systemctl reload caddy";
command = "/run/current-system/sw/bin/systemctl reload caddy";
options = [ "NOPASSWD" ];
}
];