restic: set user to root
All checks were successful
flake check / check (push) Successful in 11m19s
fmt check / check (push) Successful in 49s

This commit is contained in:
notohh 2024-01-01 16:14:33 -05:00
parent ee43c71556
commit 320d426206
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -8,6 +8,7 @@
services.restic = {
backups = {
tsuki = {
user = "root";
paths = [
"/home"
];