add jellyfin docker stack
add nfs shares for jellyfin have 3 replicas of cyberchef
This commit is contained in:
parent
8201a613a9
commit
cdcb7d93b9
5 changed files with 67 additions and 0 deletions
|
@ -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:
|
||||
|
|
Reference in a new issue