prepare for full borg
This commit is contained in:
parent
f90a2ce5f7
commit
2c9fa4fbe1
19 changed files with 212 additions and 134 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue