fix premissions for vaultwarden backup
This commit is contained in:
parent
6e1e9d1eb1
commit
4d108b9464
|
@ -20,7 +20,7 @@ in {
|
||||||
paths = [
|
paths = [
|
||||||
"/var/lib/bitwarden_rs"
|
"/var/lib/bitwarden_rs"
|
||||||
];
|
];
|
||||||
user = "sondell";
|
user = "root";
|
||||||
timerConfig.OnCalendar = "02:05";
|
timerConfig.OnCalendar = "02:05";
|
||||||
pruneOpts = [
|
pruneOpts = [
|
||||||
"--keep-daily 10"
|
"--keep-daily 10"
|
||||||
|
|
Loading…
Reference in a new issue