This commit is contained in:
Patrick Neff 2024-04-14 15:44:48 +02:00
parent c9ea84c57c
commit 54b5e8f785
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ in
services.cage = {
inherit user;
enable = true;
program = "${kodi-standalone}/bin/kodi-standalone";
program = "${pkgs.kodi-standalone}/bin/kodi-standalone";
};
users.users.kodi = {