oopsidentify

This commit is contained in:
Till 2025-07-03 23:56:40 +02:00
parent f159c2cb9d
commit ae431ac3dc
4 changed files with 30 additions and 2 deletions

View file

@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
services.nginx.virtualHosts."oops.t9e.me" = {
forceSSL = true;
enableACME = true;
root = "/var/www/oopsidentify/dist";
};
}