feat: Added jellyfin reverse proxy

This commit is contained in:
uttarayan21
2025-07-13 05:02:55 +05:30
parent fa718f5618
commit 71228dd717
19 changed files with 173 additions and 64 deletions

View File

@@ -133,6 +133,9 @@ in {
type = "filesystem";
format = "ext4";
mountpoint = "/volumes/media";
mountOptions = [
"nofail"
];
};
};
};