bind: fix sudoers rule

This commit is contained in:
Sandro - 2023-12-16 18:07:37 +01:00
parent efe96f763c
commit 7f0c0340e3
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ in
security.sudo.extraRules = [ {
users = [ "c3d2-dns" ];
commands = [ {
command = "${reloadCommand}/bin/reload-bind";
command = "/etc/profiles/per-user/c3d2-dns/bin/reload-bind";
options = [ "NOPASSWD" ];
} ];
} ];