flake update, nixpkgs-fmt, add extra redirect to dd-ix.net

This commit is contained in:
Grigory Shipunov 2022-07-10 03:00:29 +02:00
parent 61ffad9f74
commit ad486191bc
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
6 changed files with 125 additions and 106 deletions

View file

@ -9,5 +9,14 @@
'';
};
};
"www.dd-ix.net" = {
enableACME = true;
forceSSL = true;
locations."/" = {
extraConfig = ''
return 307 https://c3d2.de;
'';
};
};
};
}