diff --git a/hosts/hetzner-arm/containers/vault/profiles/restic.nix b/hosts/hetzner-arm/containers/vault/profiles/restic.nix index ea93873..215e369 100644 --- a/hosts/hetzner-arm/containers/vault/profiles/restic.nix +++ b/hosts/hetzner-arm/containers/vault/profiles/restic.nix @@ -10,7 +10,6 @@ in { user = "root"; paths = [ "/var/lib/vault" - "/var/lib/private/step-ca" ]; timerConfig = backupSchedules.restic.high;