changing name to kid

This commit is contained in:
Tassilo - 2023-02-24 23:33:07 +01:00
parent 0a5bb12da0
commit 6fde39a6fb
Signed by: revol-xut
GPG Key ID: 4F56FF7759627D07

View File

@ -1,7 +1,7 @@
{ pkgs, config, ... }: {
services.nginx = {
enable = true;
virtualHosts."kindergarten.${config.deployment-TLMS.domain}" = {
virtualHosts."kid.${config.deployment-TLMS.domain}" = {
enableACME = true;
forceSSL = true;
locations."/" = {