update map, outline

This commit is contained in:
Till 2025-10-13 16:27:07 +02:00
parent 47b11c510d
commit 2970491f62
2 changed files with 1 additions and 44 deletions

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
services.nginx.virtualHosts."karte.nichtzudritt.de" = {
services.nginx.virtualHosts."kshmap.ktiu.net" = {
forceSSL = true;
enableACME = true;
root = "/var/www/ksh-map/dist";