Commit dbb611233174
Changed files (1)
tmp
nixos-configuration
machine
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;