nixos/kodi: /var/run -> /run
This commit is contained in:
parent
65710d1df5
commit
889bb1e91e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ in
|
|||
services.xserver.desktopManager.session = [{
|
||||
name = "kodi";
|
||||
start = ''
|
||||
${pkgs.kodi}/bin/kodi --lircdev /var/run/lirc/lircd --standalone &
|
||||
${pkgs.kodi}/bin/kodi --lircdev /run/lirc/lircd --standalone &
|
||||
waitPID=$!
|
||||
'';
|
||||
}];
|
||||
|
|
Loading…
Reference in a new issue