Simplify Jellyfin config
This commit is contained in:
parent
c10d627a5a
commit
32d185cd88
1 changed files with 3 additions and 18 deletions
|
|
@ -1,22 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
services = {
|
||||
jellyfin = {
|
||||
enable = true; # port = 8096
|
||||
|
||||
hardwareAcceleration = {
|
||||
enable = true;
|
||||
type = "qsv";
|
||||
device = "/dev/dri/renderD128";
|
||||
};
|
||||
|
||||
# forceEncodingConfig = true;
|
||||
|
||||
transcoding = {
|
||||
enableHardwareEncoding = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
services.jellyfin.enable = true; # port = 8096
|
||||
|
||||
## Grab EPG data daily
|
||||
systemd = {
|
||||
|
|
@ -31,7 +15,8 @@
|
|||
Type = "oneshot";
|
||||
User = "root";
|
||||
};
|
||||
startAt = "daily"; # Creates a timer
|
||||
## Creates a timer
|
||||
startAt = "daily";
|
||||
};
|
||||
};
|
||||
timers.epg.timerConfig.Persistent = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue