Skip to content

admin

Convenient Administration for the Clan App

Utility

Roles

The admin module has the following roles:

  • default

Options for the default role

allowedKeys

The allowed public keys for ssh access to the admin user

Type: attribute set of string

Default:

{ }
Example
{
  key_1 = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD...";
}

Declared in: clanServices/admin/default.nix

certificateSearchDomains

List of domains to include in the certificate. This option will prepend the machine name in front of each domain before adding it to the certificate.

Type: list of string

Default:

[ ]
Example
[
  "mydomain.com"
]

Declared in: clanServices/admin/default.nix

rsaHostKey.enable

Whether to enable Generate RSA host key.

Type: boolean

Default:

false
Example
true

Declared in: clanServices/admin/default.nix