summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-10-03 18:13:34 +0200
committerMel <mel@rnrd.eu>2025-10-03 18:13:44 +0200
commit514dcb90b0cea0dfa5a896a4fdebbe4fcb7459f8 (patch)
treed04353a906cf66bb439d79579653d4a000da2355 /machines
parentaa78838cbe0121e13966b4e034386a186f2963cc (diff)
downloadnetwork-514dcb90b0cea0dfa5a896a4fdebbe4fcb7459f8.tar.zst
network-514dcb90b0cea0dfa5a896a4fdebbe4fcb7459f8.zip
Serve random files under rnrd.eu/stuff/ from /var/www/html on renard
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines')
-rw-r--r--machines/renard/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/machines/renard/default.nix b/machines/renard/default.nix
index 4b9386d..a8c0889 100644
--- a/machines/renard/default.nix
+++ b/machines/renard/default.nix
@@ -70,6 +70,10 @@
 
   services.nginx.virtualHosts = {
     base.locations = {
+      "/stuff/" = {
+        alias = "/var/www/html/";
+      };
+
       # redirect to akkoma on lapin
       "/.well-known/webfinger" = {
         return = "301 https://soc.rnrd.eu$request_uri";