Add missing Longhorn backup target

Increase Jellyfin storage to 10Gi
Fix file system group for Ntfy files
This commit is contained in:
Pim Kunis 2025-02-15 15:51:40 +01:00
parent d29332fd6d
commit 268559dbce
4 changed files with 19 additions and 2 deletions

View file

@ -649,7 +649,7 @@ in {
longhorn.persistentVolumeClaim = {
jellyfin = lib.mkIf cfg.jellyfin.enable {
volumeName = "jellyfin";
storage = "5Gi";
storage = "10Gi";
};
deluge = lib.mkIf cfg.deluge.enable {