add jellyfin docker stack

add nfs shares for jellyfin
have 3 replicas of cyberchef
This commit is contained in:
Pim Kunis 2024-02-12 22:30:29 +01:00
parent 8201a613a9
commit cdcb7d93b9
5 changed files with 67 additions and 0 deletions

View file

@ -1,6 +1,7 @@
{ pkgs, lib, config, ... }:
let
cfg = config.lab.data-sharing;
nfsShares = [
"/nextcloud/data"
"/radicale"
@ -15,7 +16,10 @@ let
"/syncthing/config"
"/paperless-ngx/data"
"/paperless-ngx/redisdata"
"/media"
"/jellyfin/config"
];
nfsExports = lib.strings.concatLines (
builtins.map
(share: