global(fs): add zfs replication custom ssh port

This commit is contained in:
514fpv 2024-03-03 15:04:33 +08:00
parent db81e49465
commit 0060fd9ba6
Signed by: koishi
SSH key fingerprint: SHA256:652+A2yCgByK6j4+urGiApE+tZbISyelwTnr76Tm+x8
2 changed files with 6 additions and 0 deletions

View file

@ -11,6 +11,7 @@ in mkIf cfg.enable {
commonArgs = [
"--recursive"
"--mbuffer-size=128M"
"--sshport=${toString cfg.port}"
];
localSourceAllow = mkOptionDefault [ "mount" ];