diff options
Diffstat (limited to 'profiles/server/nginx.nix')
| -rw-r--r-- | profiles/server/nginx.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/server/nginx.nix b/profiles/server/nginx.nix index d497833..dbabebd 100644 --- a/profiles/server/nginx.nix +++ b/profiles/server/nginx.nix @@ -17,7 +17,7 @@ recommendedGzipSettings = true; recommendedOptimisation = true; - virtualHosts."${ivi.domain}" = { + virtualHosts."${my.domain}" = { }; }; networking.firewall.allowedTCPPorts = [ 80 443 ]; |
