summary refs log tree commit diff
path: root/host/Rory-laptop/services/nginx.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-laptop/services/nginx.nix')
-rw-r--r--host/Rory-laptop/services/nginx.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-laptop/services/nginx.nix b/host/Rory-laptop/services/nginx.nix

index 5735b9d..720b0a8 100644 --- a/host/Rory-laptop/services/nginx.nix +++ b/host/Rory-laptop/services/nginx.nix
@@ -31,7 +31,7 @@ virtualHosts = { "discord.localhost" = import ./nginx/discord.localhost.nix { inherit pkgs; }; "hse.localhost" = import ./nginx/hse.localhost.nix { inherit pkgs; }; - "nix-bincache.rory-desktop.local" = import ./nginx/nix-bincache.nix { inherit config; }; + "nix-bincache.rory-laptop.local" = import ./nginx/nix-bincache.nix { inherit config; }; }; }; };