fix(fs): fix permission fix
This commit is contained in:
parent
3b69ef638d
commit
9ca5a31db8
|
@ -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}" = {
|
||||
|
|
Loading…
Reference in a new issue