services.btrbk.sshAccess.*.roles

NixOS option

What actions can be performed with this SSH key. See ssh_filter_btrbk(1) for details

type: list of (one of "info", "source", "target", "delete", "snapshot", "send", "receive")
Default
[ ]
Example
[
  "source"
  "info"
  "send"
]
declared in: nixos/modules/services/backup/btrbk.nixView source on NixOS/nixpkgs →