Jellyfin module
All checks were successful
/ test (push) Successful in 36s

This commit is contained in:
Andrea Ciceri 2024-03-26 15:40:28 +01:00
parent 3e1ee94dc9
commit fc8c1560e3
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 8 additions and 0 deletions

View file

@ -26,6 +26,7 @@
"minio" "minio"
# "matrix" # "matrix"
"forgejo" "forgejo"
# "jellyfin"
] ]
++ [ ++ [
./disko.nix ./disko.nix

View file

@ -0,0 +1,7 @@
{
services.jellyfin = {
enable = true;
};
users.users.jellyfin.extraGroups = ["transmission"];
}