chore: Update inputs
This commit is contained in:
parent
8895ae2963
commit
2a1db15b8c
2 changed files with 32 additions and 29 deletions
|
|
@ -211,11 +211,14 @@ in
|
|||
};
|
||||
services.nginx.virtualHosts = {
|
||||
# main site
|
||||
"failco.de" = {
|
||||
"thrall.failco.de" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
root = "/srv/www/failco.de";
|
||||
serverAliases = [ "www.failco.de" ];
|
||||
serverAliases = [
|
||||
"failco.de"
|
||||
"www.failco.de"
|
||||
];
|
||||
extraConfig = ''
|
||||
add_header X-Frame-Options 'SAMEORIGIN';
|
||||
'';
|
||||
|
|
@ -464,7 +467,7 @@ in
|
|||
"charlie@kobjolke.de" = "alex@kobjolke.de";
|
||||
};
|
||||
|
||||
certificateScheme = "acme-nginx";
|
||||
x509.useACMEHost = config.mailserver.fqdn;
|
||||
|
||||
enableImapSsl = true;
|
||||
enableManageSieve = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue