Allow cryo to delete snapshots
This commit is contained in:
parent
b397d152d0
commit
c5e4a4da5c
1 changed files with 10 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue