mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
jellyfin
This commit is contained in:
parent
9d481f521b
commit
03f3d5f163
1 changed files with 6 additions and 6 deletions
|
|
@ -134,11 +134,9 @@
|
|||
|
||||
|
||||
services.jellyfin.enable = true;
|
||||
environment.systemPackages = [
|
||||
pkgs.jellyfin
|
||||
pkgs.jellyfin-web
|
||||
pkgs.jellyfin-ffmpeg
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# Sudo access for the wheel group (which death916 is part of)
|
||||
|
|
@ -156,7 +154,9 @@
|
|||
multipath-tools # kpartx
|
||||
btop
|
||||
wget
|
||||
# Add other common server utilities
|
||||
pkgs.jellyfin-web
|
||||
pkgs.jellyfin-ffmpeg
|
||||
pkgs.jellyfin
|
||||
];
|
||||
|
||||
# If you use custom overlays specific to this server:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue