restic: set user to root
All checks were successful
flake check / check (push) Successful in 11m19s
fmt check / check (push) Successful in 49s
All checks were successful
flake check / check (push) Successful in 11m19s
fmt check / check (push) Successful in 49s
This commit is contained in:
parent
ee43c71556
commit
320d426206
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
services.restic = {
|
||||
backups = {
|
||||
tsuki = {
|
||||
user = "root";
|
||||
paths = [
|
||||
"/home"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue