home

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

commit 1b2d4feed94f6df1d77e4d4d8520bb94a633ea3e
parent cd4b562a6e5df3acf27c20d2ad0148972ab36eb7
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 15 Apr 2020 09:01:22 +0200

kerkouane: add dl.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 @@ -25,10 +25,10 @@ with import ../assets/machines.nix; { services = { nginx = { enable = true; - virtualHosts."kerkouane.sbr.pm" = { + virtualHosts."dl.sbr.pm" = { enableACME = true; forceSSL = true; - root = "/home/vincent/desktop/sites/kerkouane.sbr.pm"; + root = "/home/vincent/desktop/sites/dl.sbr.pm"; locations."/" = { index = "index.html"; };