1
0
Fork 0
forked from emily/nixfiles

crime: change paths

This commit is contained in:
emily 2024-11-17 19:25:55 +01:00
parent 38397e271b
commit 320717a71d
Signed by untrusted user: emily
GPG key ID: F6F4C66207FCF995

View file

@ -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;
};