jellyfin: remove packages from systemPackages

This commit is contained in:
Simon Gardling 2025-04-07 14:41:58 -04:00
parent e3d38168aa
commit 71c517116c
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -15,11 +15,11 @@
])
];
environment.systemPackages = with pkgs; [
jellyfin
jellyfin-web
jellyfin-ffmpeg
];
# environment.systemPackages = with pkgs; [
# jellyfin
# jellyfin-web
# jellyfin-ffmpeg
# ];
services.jellyfin = {
enable = true;