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"; + }; + }; + }; }; }; };