aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/arrakis/services.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/arrakis/services.nix')
-rw-r--r--hosts/arrakis/services.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix
index 67db914..385dbd0 100644
--- a/hosts/arrakis/services.nix
+++ b/hosts/arrakis/services.nix
@@ -138,6 +138,13 @@
proxyPass = "http://192.168.1.2:8096/jellyfin/";
};
+ "/nipsy" = {
+ return = "302 $scheme://$host/nipsy/";
+ };
+ "/nipsy/" = {
+ root = "/data/home/nipsy/www";
+ tryFiles = "$uri =404";
+ };
};
};
};