home

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

commit 13d3bbce7ae1101d175b8d9a2edd7841d91c986a
parent db6e537caf7b3880ba5c45adedbf5c1f7d0704d6
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 13 Apr 2020 20:54:13 +0200

machine/kerkouane: fix vincent.demeester.fr root

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

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

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