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, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
services = {
|
services.jellyfin.enable = true; # port = 8096
|
||||||
jellyfin = {
|
|
||||||
enable = true; # port = 8096
|
|
||||||
|
|
||||||
hardwareAcceleration = {
|
|
||||||
enable = true;
|
|
||||||
type = "qsv";
|
|
||||||
device = "/dev/dri/renderD128";
|
|
||||||
};
|
|
||||||
|
|
||||||
# forceEncodingConfig = true;
|
|
||||||
|
|
||||||
transcoding = {
|
|
||||||
enableHardwareEncoding = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
## Grab EPG data daily
|
## Grab EPG data daily
|
||||||
systemd = {
|
systemd = {
|
||||||
|
|
@ -31,7 +15,8 @@
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
User = "root";
|
User = "root";
|
||||||
};
|
};
|
||||||
startAt = "daily"; # Creates a timer
|
## Creates a timer
|
||||||
|
startAt = "daily";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
timers.epg.timerConfig.Persistent = true;
|
timers.epg.timerConfig.Persistent = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue