commit dbb611233174da49a96429b2e5aca0d8dabf550a parent 8bb3c161ef484df95a7007c182cfd7c8d5a85296 Author: Vincent Demeester <vincent@sbr.pm> Date: Wed, 25 Mar 2020 11:43:09 +0100 Add beta.sbr.pm on kerkouane Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | tmp/nixos-configuration/machine/kerkouane.nix | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/tmp/nixos-configuration/machine/kerkouane.nix b/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;