Add missing Longhorn backup target
Increase Jellyfin storage to 10Gi Fix file system group for Ntfy files
This commit is contained in:
parent
d29332fd6d
commit
268559dbce
4 changed files with 19 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue