Skip to content

Commit 0f01f00

Browse files
committed
create initial jellyfin configuration
1 parent 5afe02e commit 0f01f00

3 files changed

Lines changed: 422 additions & 0 deletions

File tree

modules/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ with lib; let
99
in {
1010
imports = [
1111
./globals.nix
12+
./jellyfin
1213
./lidarr
1314
./mullvad
1415
./postgres

modules/globals.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ with lib; {
2727
gids = {
2828
autobrr = 188;
2929
cross-seed = 183;
30+
jellyfin = 146;
3031
jellyseerr = 250;
3132
media = 169;
3233
prowlarr = 287;

0 commit comments

Comments
 (0)