diff options
author | EuAndreh <eu@euandre.org> | 2020-08-15 19:27:36 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-15 19:27:36 -0300 |
commit | 3d377ee64e88c8945e07e89df407eb90055c0e2a (patch) | |
tree | d53073d5dbc501bc4935a94f0ceb6d0f626c7aeb /vps-configuration.env.nix | |
parent | Deploy "boneco" project at boneco.$TLD (diff) | |
download | server-3d377ee64e88c8945e07e89df407eb90055c0e2a.tar.gz server-3d377ee64e88c8945e07e89df407eb90055c0e2a.tar.xz |
Remove duplicate letsencryptEmail entry
This option is to override the global one. Since they are the same, it has no
effect.
Diffstat (limited to 'vps-configuration.env.nix')
-rw-r--r-- | vps-configuration.env.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vps-configuration.env.nix b/vps-configuration.env.nix index 7bf5a4e..ad24f83 100644 --- a/vps-configuration.env.nix +++ b/vps-configuration.env.nix @@ -76,7 +76,6 @@ in { certs = { "${envsubstConfiguration.prosodyTLD}" = { webroot = "/var/www/${envsubstConfiguration.prosodyTLD}"; - email = envsubstConfiguration.letsencryptEmail; user = "prosody"; group = "prosody"; extraDomains = { |