prepare for full borg

This commit is contained in:
root 2025-11-08 16:58:27 +00:00
parent f90a2ce5f7
commit 2c9fa4fbe1
19 changed files with 212 additions and 134 deletions

View file

@ -16,6 +16,10 @@ in {
description = "Clearnet URL";
type = lib.types.str;
};
dataDir = lib.mkOption {
description = "Path to stateful storage for service";
type = lib.types.nullOr lib.types.path;
};
onion = lib.mkOption {
description = "Onion service settings";
type = lib.types.submodule {