20 current 2025-10-07 00:49:35 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-07 14:23:25 -05:00
parent 383ccb7740
commit 00f77df698

View File

@@ -1,6 +1,7 @@
{ config, lib, pkgs, ... }:
let
cfg = config.modules.system.backups;
borg = "${pkgs.borgbackup}/bin/borg";
backup_paths = lib.unique config.modules.system.backups.paths;
passwd_file = config.sops.secrets."borg_passwd".path;
@@ -14,7 +15,7 @@ in
};
repo = lib.mkOption {
type = lib.types.path;
default = /holocron/borg;
default = "/holocron/borg";
description = "borg repository path";
};
passphraseFile = lib.mkOption {