kodi: try to fix issues
This commit is contained in:
parent
4ee5eca693
commit
576d694bcc
2 changed files with 7 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
service = "switch.turn_on";
|
||||
data.entity_id = "group.tv";
|
||||
}
|
||||
{ delay.minutes = 1; }
|
||||
{ delay.seconds = 20; }
|
||||
{
|
||||
alias = "start kodi";
|
||||
service = "shell_command.start_display";
|
||||
|
|
|
@ -3,6 +3,11 @@
|
|||
services.xserver = {
|
||||
enable = true;
|
||||
autorun = false;
|
||||
videoDrivers = [ "intel" ];
|
||||
deviceSection = ''
|
||||
Option "DRI" "2"
|
||||
Option "TearFree" "true"
|
||||
'';
|
||||
desktopManager = {
|
||||
kodi.enable = true;
|
||||
default = "kodi";
|
||||
|
@ -35,4 +40,5 @@
|
|||
allowedTCPPorts = [ 8080 ];
|
||||
allowedUDPPorts = [ 8080 ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue