Add TLS-SNI forwarding for hedgedoc server

This commit is contained in:
fruchti 2023-09-07 09:01:47 +02:00
parent 8dbb7477be
commit e77307551f
2 changed files with 33 additions and 0 deletions

View file

@ -2,6 +2,7 @@
{
imports = [
./gitea.nix
./tls_sni.nix
];
boot.loader.grub.enable = true;