thrall: Migrate mail and web server from jakalx.net

This commit is contained in:
Alexander Kobjolke 2023-04-08 21:56:02 +02:00
parent ceba9e0883
commit ae1983ab82

View file

@ -197,6 +197,16 @@ in {
'';
};
"www.jakalx.net" = {
forceSSL = true;
enableACME = true;
root = "/srv/www/jakalx.net";
serverAliases = [ "jakalx.net" ];
extraConfig = ''
add_header X-Frame-Options 'SAMEORIGIN';
'';
};
# gitea
"git.failco.de" = {
forceSSL = true;
@ -293,7 +303,13 @@ in {
aliases = [ "lx@failco.de" "alex@failco.de" ];
catchAll = [ "failco.de" "jakalx.net" ];
catchAll = [ "failco.de" ];
};
"alex@jakalx.net" = {
hashedPasswordFile = config.age.secrets.mailPass.path;
catchAll = [ "jakalx.net" ];
};
};