From 617dec2dff8efdb9810b9f4537bc69f8cf3794fe Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sat, 9 Jan 2021 20:25:43 +0100 Subject: [PATCH] Initiate fdroidserver --- nixos/machines/hera/web.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nixos/machines/hera/web.nix b/nixos/machines/hera/web.nix index e6de3661..757d4a44 100644 --- a/nixos/machines/hera/web.nix +++ b/nixos/machines/hera/web.nix @@ -42,6 +42,15 @@ in { forceSSL = true; inherit locations; }; + "fdroid.maralorn.de" = { + forceSSL = true; + enableACME = true; + locations = { + "/" = { + root = "/var/www/fdroid"; + }; + }; + }; }; }; };