adding option for domain

This commit is contained in:
revol-xut 2022-12-17 19:12:41 +01:00
parent 09d8697f7a
commit 141bdb9737
No known key found for this signature in database
GPG key ID: 4F56FF7759627D07
6 changed files with 21 additions and 18 deletions

View file

@ -10,7 +10,7 @@ in
services = {
nginx = {
virtualHosts = {
"stream.ifsr.de" = {
"stream.${config.fsr.domain}" = {
enableACME = true;
forceSSL = true;
locations."/" =