fix(fs): fix permission fix

This commit is contained in:
514fpv 2024-02-10 01:03:36 +08:00
parent 3b69ef638d
commit 9ca5a31db8
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -13,7 +13,7 @@ in mkIf cfg.enable {
"--compress=lz4"
"--mbuffer-size=128M"
];
localSourceAllow = options.services.syncoid.localSourceAllow.default ++ [ "mount" ];
localSourceAllow = mkOptionDefault [ "mount" ];
commands = (lists.foldr (name: commands: commands // {
"${config.global.fs.store}/${name}" = {