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 = {
|
services.restic = {
|
||||||
backups = {
|
backups = {
|
||||||
tsuki = {
|
tsuki = {
|
||||||
|
user = "root";
|
||||||
paths = [
|
paths = [
|
||||||
"/home"
|
"/home"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue