diff --git a/hosts/picard/default.nix b/hosts/picard/default.nix index a2adeeef..bfa5d686 100644 --- a/hosts/picard/default.nix +++ b/hosts/picard/default.nix @@ -44,6 +44,12 @@ ragon.agenix.secrets."picardResticPassword" = { }; ragon.agenix.secrets."picardResticSSHKey" = { }; + services.nginx.virtualHosts."xyno.space" = { + enableACME = true; + forceSSL = true; + root = ./xynospace; + }; + services.restic.backups."picard" = { passwordFile = config.age.secrets.picardResticPassword.path; extraOptions = [ diff --git a/hosts/picard/xynospace/index.html b/hosts/picard/xynospace/index.html new file mode 100644 index 00000000..e4bad90f --- /dev/null +++ b/hosts/picard/xynospace/index.html @@ -0,0 +1,38 @@ + + +
+