feat(fs): add zfs replication custom ssh port
This commit is contained in:
parent
27822059ab
commit
ce8f61acb5
2 changed files with 6 additions and 0 deletions
|
@ -50,6 +50,11 @@ in {
|
|||
type = with types; str;
|
||||
description = "remote host as replication destination";
|
||||
};
|
||||
port = mkOption {
|
||||
type = with types; port;
|
||||
description = "ssh port of replication target";
|
||||
default = 22;
|
||||
};
|
||||
datasets = mkOption {
|
||||
type = with types; listOf str;
|
||||
default = [ "persist" "service" "storage" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue