From 320717a71d24cc1aa4c59ee7c7d0658bb960cbbb Mon Sep 17 00:00:00 2001 From: emily Date: Sun, 17 Nov 2024 19:25:55 +0100 Subject: [PATCH] crime: change paths --- config/services/arrs/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/services/arrs/default.nix b/config/services/arrs/default.nix index b6c36de..055b496 100644 --- a/config/services/arrs/default.nix +++ b/config/services/arrs/default.nix @@ -17,7 +17,7 @@ where = "/mnt/mezzomix"; what = "mezzomix@otos.feralhosting.com:private/rtorrent/data"; type = "fuse.sshfs"; - options = "_netdev,rw,nosuid,allow_other,default_permissions,follow_symlinks,identityfile=/etc/keys/ssh_host_ed25519_key"; + options = "umask=0000,idmap=user,_netdev,rw,nosuid,allow_other,default_permissions,follow_symlinks,reconnect,max_conns=10,identityfile=/etc/keys/ssh_host_ed25519_key"; }; systemd.automounts = lib.singleton { name = "mnt-mezzomix.automount"; @@ -35,8 +35,8 @@ verifyClientCert = true; disableHttp3 = true; locations = { -# "/".root = pkgs.writeTextDir "index.html" (builtins.readFile ./landingPage.html); - "/" = { + "/".root = pkgs.writeTextDir "index.html" (builtins.readFile ./landingPage.html); + "/sonarr/" = { proxyPass = "http://127.0.0.1:8989"; recommendedProxySettings = true; };