summary refs log tree commit diff
path: root/host/Rory-laptop/nginx.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-laptop/nginx.nix')
-rw-r--r--host/Rory-laptop/nginx.nix2
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; }; }; };