fix var
This commit is contained in:
parent
f513604ae6
commit
219482c2f3
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ in
|
||||||
{
|
{
|
||||||
services.nginx.virtualHosts."${config.networking.hostName}.${config.networking.domain}" = {
|
services.nginx.virtualHosts."${config.networking.hostName}.${config.networking.domain}" = {
|
||||||
default = true;
|
default = true;
|
||||||
serverAliases = [${config.networking.domain}];
|
serverAliases = [config.networking.domain];
|
||||||
quic = true;
|
quic = true;
|
||||||
kTLS = true;
|
kTLS = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue