diff options
| author | Mel <einebeere@gmail.com> | 2024-10-15 16:11:56 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-10-15 16:11:56 +0200 |
| commit | aa8dd072c4e02e28867dfc404f08e396e1471f7a (patch) | |
| tree | e1f919c655c5f0b64de137929474d3ec9c5529f1 /modules | |
| parent | c8235346fe342df4aebc3f47d4f29040162dbe61 (diff) | |
| download | minerals-aa8dd072c4e02e28867dfc404f08e396e1471f7a.tar.zst minerals-aa8dd072c4e02e28867dfc404f08e396e1471f7a.zip | |
Fix up Jellyfin module package set inputs
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/jellyfin.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/jellyfin.nix b/modules/jellyfin.nix index 1194573..b285161 100644 --- a/modules/jellyfin.nix +++ b/modules/jellyfin.nix @@ -1,8 +1,5 @@ -{ config, pkgs, unstable, ... }: +{ config, pkgs, auxiliaryPkgs, ... }: -let - auxiliaryPkgs = import ../pkgs { inherit pkgs unstable; }; -in { services.jellyfin = { enable = true; |
