restic: set user to root

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"
];