home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9dec3d88c22410fbe5826dfadbb9b1cd6ccb1bb7
parent 39968fd767b7bf5720a675175747811b59582402
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun, 19 Apr 2020 11:51:52 +0200

kerkouane: add paste.sbr.pm

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtmp/nixos-configuration/machine/kerkouane.nix | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tmp/nixos-configuration/machine/kerkouane.nix b/tmp/nixos-configuration/machine/kerkouane.nix @@ -33,10 +33,10 @@ with import ../assets/machines.nix; { index = "index.html"; }; }; - virtualHosts."beta.sbr.pm" = { + virtualHosts."paste.sbr.pm" = { enableACME = true; forceSSL = true; - root = "/home/vincent/desktop/sites/beta.sbr.pm"; + root = "/home/vincent/desktop/sites/paste.sbr.pm"; locations."/" = { index = "index.html"; };