services.syncoid.localSourceAllow

NixOS option

Permissions granted for the services.syncoid.user user for local source datasets. See https://openzfs.github.io/openzfs-docs/man/8/zfs-allow.8.html for available permissions.

type: list of string
Default
[
  "bookmark"
  "hold"
  "send"
  "snapshot"
  "destroy"
  "mount"
]
declared in: nixos/modules/services/backup/syncoid.nixView source on NixOS/nixpkgs →