From 0fe2f350935aceac0c3c3aed0ddf7abaaf4e8231 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Fri, 16 Jan 2026 15:46:24 +0100 Subject: [PATCH] fixed backup pruning. --- modules/nixos/restic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/restic.nix b/modules/nixos/restic.nix index 0b209d2..c6246e5 100644 --- a/modules/nixos/restic.nix +++ b/modules/nixos/restic.nix @@ -133,7 +133,7 @@ paths = null; timerConfig = timer; pruneOpts = pruneOpts; - user = "restic"; + user = "root"; }; }) (