Allow cryo to delete snapshots

This commit is contained in:
Hunter Haugen 2025-12-30 07:44:25 -08:00
parent b397d152d0
commit c5e4a4da5c
Signed by: hunner
GPG key ID: EF99694AA599DDAD

View file

@ -188,6 +188,16 @@
"--sshoption=UserKnownHostsFile=${config.sops.secrets.zimaKnownHosts.path}"
"--sshoption=IdentitiesOnly=yes"
];
localTargetAllow = [
"change-key"
"compression"
"create"
"mount"
"mountpoint"
"receive"
"rollback"
"delete"
];
commands."zima-bitrot" = {
source = "root@zima:bitrot";
target = "tank/backups/zima/bitrot";