diff options
Diffstat (limited to 'hosts/ahmed/hellohtml.linus.onl/default.nix')
-rw-r--r-- | hosts/ahmed/hellohtml.linus.onl/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ahmed/hellohtml.linus.onl/default.nix b/hosts/ahmed/hellohtml.linus.onl/default.nix index 4859ed3..f973c11 100644 --- a/hosts/ahmed/hellohtml.linus.onl/default.nix +++ b/hosts/ahmed/hellohtml.linus.onl/default.nix @@ -20,7 +20,7 @@ in { ]; # Use NGINX as reverse proxy. - services.nginx.virtualHosts.${mainDomain}= { + services.nginx.virtualHosts.${mainDomain} = { # Set up secondary domain name to also point to this host. Only the # client (browser) should treat these as separate. On the server, they # are the same. |