]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/immae/temp.nix
Refactor websites
[perso/Immae/Config/Nix.git] / modules / private / websites / immae / temp.nix
index 899bb3a5e00046e4815f5dcee103fce113b5b144..c24844e25f75d8d250f830b3927ea96fa927e61a 100644 (file)
@@ -8,8 +8,8 @@ in {
 
   config = lib.mkIf cfg.enable {
     services.websites.env.production.modules = [ "headers" ];
-    services.websites.env.production.vhostConfs.temp = {
-      certName    = "eldiron";
+    services.websites.env.production.vhostConfs.immae_temp = {
+      certName    = "immae";
       addToCerts  = true;
       hosts       = [ "temp.immae.eu" ];
       root        = varDir;