MyNixOS website logo
option

services.firezone.server.provision.accounts.<name>.policies

All policies to provision. The attribute name will only be used to track the policy and does not have any significance for Firezone.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  access_vaultwarden = {
    group = "everyone";
    name = "Allow anyone to access vaultwarden";
    resource = "vaultwarden";
  };
}