1
0
mirror of https://github.com/kmein/niveum synced 2026-03-17 18:41:09 +01:00

host ical ephemeris MVP

This commit is contained in:
2025-10-06 13:10:40 +02:00
parent b12373eb1b
commit 9214503d41
5 changed files with 177 additions and 50 deletions

View File

@@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
services.nginx.virtualHosts."ical-ephemeris.kmein.de" = {
addSSL = true;
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://localhost:9090";