MyNixOS website logo
option

services.snapper.configs.<name>.ALLOW_USERS

List of users allowed to operate with the config. "root" is always implicitly included.

Also see the PERMISSIONS section in man:snapper(8).

Declarations
Type
list of (string without line breaks or quotes)
Default
[ ]
Example
[
  "alice"
]