add copyparty

This commit is contained in:
2025-10-14 13:18:31 -05:00
parent 06587673c0
commit 8c19c9a228
5 changed files with 127 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ in
};
repo = lib.mkOption {
type = lib.types.path;
default = "/holocron/borg";
default = "/holocron/archives/devices/snowbelle";
description = "borg repository path";
};
passwd_file = lib.mkOption {