Skip to content

Commit

Permalink
feat(nixos): add Jellyfin to Miranda
Browse files Browse the repository at this point in the history
  • Loading branch information
heraldofsolace committed Dec 12, 2023
1 parent 083df07 commit 17e2cd1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions cells/nixos/nixosSuites.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ in
imports = [
profiles.core
profiles.entertainment.plex
profiles.entertainment.jellyfin
users.aniket-miranda
users.root
inputs.cells.secrets.nixosProfiles.secrets
Expand Down
12 changes: 12 additions & 0 deletions cells/nixos/profiles/entertainment/jellyfin.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
_: { pkgs, ...}: {
environment.systemPackages = [
pkgs.jellyfin
pkgs.jellyfin-web
pkgs.jellyfin-ffmpeg
];

services.jellyfin = {
enable = true;
openFirewall = true;
};
}

0 comments on commit 17e2cd1

Please sign in to comment.