remove tor, remove bitcoing, fix contact us (#447)

This commit is contained in:
Andrea Spacca
2021-12-15 21:06:54 +01:00
committed by GitHub
parent 6f49951bc0
commit acd6fb084f
7 changed files with 25 additions and 1 deletions

View File

@@ -51,6 +51,7 @@
proxy-path = mkOption { type = types.nullOr types.str; description = "path prefix when service is run behind a proxy"; };
proxy-port = mkOption { type = types.nullOr types.str; description = "port of the proxy when the service is run behind a proxy"; };
ga-key = mkOption { type = types.nullOr types.str; description = "google analytics key for the front end"; };
email-contact = mkOption { type = types.nullOr types.str; description = "email contact for the front end"; };
uservoice-key = mkOption { type = types.nullOr types.str; description = "user voice key for the front end"; };
lets-encrypt-hosts = mkOption { type = types.nullOr (types.listOf types.str); description = "hosts to use for lets encrypt certificates"; };
log = mkOption { type = types.nullOr types.str; description = "path to log file"; };