feat: Added unified servarr configs

This commit is contained in:
uttarayan21
2025-07-12 22:26:11 +05:30
parent 2981ca1143
commit fa718f5618
8 changed files with 55 additions and 19 deletions

View File

@@ -1,11 +1,12 @@
{...}: {
services = {
# jellyfin.enable = true;
jellyseerr.enable = true;
caddy = {
virtualHosts."jellyfin.tsuba.darksailor.dev".extraConfig = ''
reverse_proxy localhost:8096
'';
};
};
# services = {
# jellyseerr.enable = true;
# jellyfin.enable = true;
# caddy = {
# virtualHosts."jellyfin.tsuba.darksailor.dev".extraConfig = ''
# import hetzner
# reverse_proxy localhost:8096
# '';
# };
# };
}