refactor: fsr.domain -> networking.domain

This commit is contained in:
Rouven Seifert 2023-09-17 20:10:55 +02:00
parent 220575d64b
commit 62825e357f
Signed by untrusted user: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
24 changed files with 41 additions and 64 deletions

View file

@ -31,13 +31,13 @@ in
services.nginx = {
virtualHosts."www.${config.fsr.domain}" = {
virtualHosts."www.${config.networking.domain}" = {
enableACME = true;
forceSSL = true;
locations."/".return = "301 $scheme://ifsr.de$request_uri";
};
virtualHosts."${config.fsr.domain}" = {
virtualHosts."${config.networking.domain}" = {
enableACME = true;
forceSSL = true;
root = "/srv/web/ifsrde";