fix typo
This commit is contained in:
parent
c9ea84c57c
commit
54b5e8f785
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue