remove the vm

This commit is contained in:
Rouven Seifert 2023-08-16 14:51:01 +02:00
parent 606c7185e0
commit 38c947fe01
Signed by untrusted user: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
8 changed files with 3 additions and 413 deletions

View file

@ -30,12 +30,12 @@ in
};
services.nginx = {
virtualHosts."www.${config.fsr.domain}" = {
enableACME = true;
forceSSL = true;
locations."/".return = "301 $scheme://ifsr.de$request_uri";
};
virtualHosts."${config.fsr.domain}" = {
enableACME = true;