commit
1fa3cbed36
1 changed files with 4 additions and 5 deletions
|
|
@ -23,7 +23,6 @@ let
|
||||||
mkOverride;
|
mkOverride;
|
||||||
|
|
||||||
inherit (lib.options)
|
inherit (lib.options)
|
||||||
mdDoc
|
|
||||||
mkEnableOption
|
mkEnableOption
|
||||||
mkOption;
|
mkOption;
|
||||||
|
|
||||||
|
|
@ -66,7 +65,7 @@ in
|
||||||
host = mkOption {
|
host = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
example = "auth.example.com";
|
example = "auth.example.com";
|
||||||
description = mdDoc ''
|
description = ''
|
||||||
Specify the name for the server in {option}`services.nginx.virtualHosts` and
|
Specify the name for the server in {option}`services.nginx.virtualHosts` and
|
||||||
for the associated Let's Encrypt certificate.
|
for the associated Let's Encrypt certificate.
|
||||||
'';
|
'';
|
||||||
|
|
@ -77,7 +76,7 @@ in
|
||||||
type = types.nullOr types.path;
|
type = types.nullOr types.path;
|
||||||
default = null;
|
default = null;
|
||||||
example = "/run/secrets/authentik/authentik-env";
|
example = "/run/secrets/authentik/authentik-env";
|
||||||
description = mdDoc ''
|
description = ''
|
||||||
Environment file as defined in {manpage}`systemd.exec(5)`.
|
Environment file as defined in {manpage}`systemd.exec(5)`.
|
||||||
|
|
||||||
Secrets may be passed to the service without adding them to the world-readable
|
Secrets may be passed to the service without adding them to the world-readable
|
||||||
|
|
@ -101,7 +100,7 @@ in
|
||||||
type = types.nullOr types.path;
|
type = types.nullOr types.path;
|
||||||
default = null;
|
default = null;
|
||||||
example = "/run/secrets/authentik-ldap/authentik-ldap-env";
|
example = "/run/secrets/authentik-ldap/authentik-ldap-env";
|
||||||
description = mdDoc ''
|
description = ''
|
||||||
Environment file as defined in {manpage}`systemd.exec(5)`.
|
Environment file as defined in {manpage}`systemd.exec(5)`.
|
||||||
|
|
||||||
Secrets may be passed to the service without adding them to the world-readable
|
Secrets may be passed to the service without adding them to the world-readable
|
||||||
|
|
@ -124,7 +123,7 @@ in
|
||||||
type = types.nullOr types.path;
|
type = types.nullOr types.path;
|
||||||
default = null;
|
default = null;
|
||||||
example = "/run/secrets/authentik-radius/authentik-radius-env";
|
example = "/run/secrets/authentik-radius/authentik-radius-env";
|
||||||
description = mdDoc ''
|
description = ''
|
||||||
Environment file as defined in {manpage}`systemd.exec(5)`.
|
Environment file as defined in {manpage}`systemd.exec(5)`.
|
||||||
|
|
||||||
Secrets may be passed to the service without adding them to the world-readable
|
Secrets may be passed to the service without adding them to the world-readable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue