Commit 8cef7cfa5b0f

Vincent Demeester <vincent@sbr.pm>
2020-04-13 20:49:05
machine/kerkouane: add vincent.demeester.fr
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 6b0978f
Changed files (1)
tmp
nixos-configuration
tmp/nixos-configuration/machine/kerkouane.nix
@@ -49,6 +49,14 @@ with import ../assets/machines.nix; {
           index = "index.html";
         };
       };
+      virtualHosts."vincent.demeester.fr" = {
+        enableACME = true;
+        forceSSL = true;
+        root = "/home/vincent/desktop/sites/sbr.pm";
+        locations."/" = {
+          index = "index.html";
+        };
+      };
     };
     openssh.ports = [ ssh.kerkouane.port ];
     openssh.permitRootLogin = "without-password";