1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-laptop/nginx.nix b/host/Rory-laptop/nginx.nix
index 0a72304..fcdcb2e 100644
--- a/host/Rory-laptop/nginx.nix
+++ b/host/Rory-laptop/nginx.nix
@@ -31,7 +31,7 @@
additionalModules = with pkgs.nginxModules; [ moreheaders ];
virtualHosts = {
"discord.localhost" = import ./nginx/discord.localhost.nix { inherit pkgs; };
- "hse.localhost" = import ./nginx/hse.localhost.nix {inherit pkgs;};
+ "hse.localhost" = import ./nginx/hse.localhost.nix { inherit pkgs; };
};
};
|