Commit dbb611233174

Vincent Demeester <vincent@sbr.pm>
2020-03-25 11:43:09
Add beta.sbr.pm on kerkouane
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 8bb3c16
Changed files (1)
tmp
nixos-configuration
tmp/nixos-configuration/machine/kerkouane.nix
@@ -33,6 +33,14 @@ with import ../assets/machines.nix; {
           index = "index.html";
         };
       };
+      virtualHosts."beta.sbr.pm" = {
+        enableACME = true;
+        forceSSL = true;
+        root = "/home/vincent/desktop/sites/beta.sbr.pm";
+        locations."/" = {
+          index = "index.html";
+        };
+      };
       virtualHosts."sbr.pm" = {
         enableACME = true;
         forceSSL = true;