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}" = {
|
||||
default = true;
|
||||
serverAliases = [${config.networking.domain}];
|
||||
serverAliases = [config.networking.domain];
|
||||
quic = true;
|
||||
kTLS = true;
|
||||
forceSSL = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue