home

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

commit 8cef7cfa5b0fc5e34193162ff0199ed33af5c354
parent 6b0978f4ae8b79fab6ea9aa73a62498ee41f733a
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 13 Apr 2020 20:49:05 +0200

machine/kerkouane: add vincent.demeester.fr

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

Diffstat:
Mtmp/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 @@ -49,6 +49,14 @@ with import ../assets/machines.nix; { index = "index.html"; }; }; + virtualHosts."vincent.demeester.fr" = { + enableACME = true; + forceSSL = true; + root = "/home/vincent/desktop/sites/sbr.pm"; + locations."/" = { + index = "index.html"; + }; + }; }; openssh.ports = [ ssh.kerkouane.port ]; openssh.permitRootLogin = "without-password";