From 383ccb7740ba29195e386354e142ab0f5712cf13 Mon Sep 17 00:00:00 2001 From: blake Date: Tue, 7 Oct 2025 14:22:08 -0500 Subject: [PATCH] 20 current 2025-10-07 00:49:35 25.05.20251001.5b5be50 6.12.49 * --- modules/system/backups.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/backups.nix b/modules/system/backups.nix index d66ca6c..bcd40aa 100644 --- a/modules/system/backups.nix +++ b/modules/system/backups.nix @@ -14,7 +14,7 @@ in }; repo = lib.mkOption { type = lib.types.path; - default = "/holocron/borg"; + default = /holocron/borg; description = "borg repository path"; }; passphraseFile = lib.mkOption {