From 320d426206f7d98b580f42f350d35f608c1b4365 Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 1 Jan 2024 16:14:33 -0500 Subject: [PATCH] restic: set user to root --- hosts/tsuki/services/restic.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/tsuki/services/restic.nix b/hosts/tsuki/services/restic.nix index 35f2bf9..090a2b5 100644 --- a/hosts/tsuki/services/restic.nix +++ b/hosts/tsuki/services/restic.nix @@ -8,6 +8,7 @@ services.restic = { backups = { tsuki = { + user = "root"; paths = [ "/home" ];