]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Change syden’s url
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 30 Apr 2020 15:39:41 +0000 (17:39 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 30 Apr 2020 15:39:41 +0000 (17:39 +0200)
modules/private/websites/syden/peertube.nix

index e659875bb6935483638a72cb9adc311496d2b4ce..b17e775b3617873808dda56bda06805ec1b11522 100644 (file)
@@ -33,7 +33,7 @@ in
           port: ${toString env.listenPort}
         webserver:
           https: true
-          hostname: 'syden.immae.eu'
+          hostname: 'record-links.immae.eu'
           port: 443
         database:
           hostname: '${env.postgresql.socket}'
@@ -111,8 +111,8 @@ in
     services.websites.env.production.vhostConfs.syden_peertube = {
       certName     = "syden";
       addToCerts   = true;
-      certMainHost = "syden.immae.eu";
-      hosts        = [ "syden.immae.eu" ];
+      certMainHost = "record-links.immae.eu";
+      hosts        = [ "record-links.immae.eu" ];
       root         = null;
       extraConfig  = [ ''
           RewriteEngine On