Fix Mastodon from being wiped

This commit is contained in:
Bun 2025-07-10 18:51:34 -04:00
parent 88629d3f9b
commit 8d326632d3
4 changed files with 9 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ config, lib, ... }:
{
services.nginx.virtualHosts."${config.services.hedgedoc.settings.domain}" = lib.mkIf config.services.hedgedoc.enable {
services.nginx.virtualHosts."hedgedoc.${config.vars.primeDomain}" = lib.mkIf config.services.hedgedoc.enable {
enableACME = true;
forceSSL = true;
locations."/" = {