MyNixOS website logo
option

services.kerberos_server.settings.realms.<name>.acl

The privileges granted to a user.

Declarations
Type
list of (submodule)
Default
[
  {
    access = "all";
    principal = "*/admin";
  }
  {
    access = "all";
    principal = "admin";
  }
]