global(fs): fix permission fix
This commit is contained in:
parent
6aa44feb7e
commit
95a06e001e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue