fix typo
This commit is contained in:
parent
c9ea84c57c
commit
54b5e8f785
|
|
@ -19,7 +19,7 @@ in
|
||||||
services.cage = {
|
services.cage = {
|
||||||
inherit user;
|
inherit user;
|
||||||
enable = true;
|
enable = true;
|
||||||
program = "${kodi-standalone}/bin/kodi-standalone";
|
program = "${pkgs.kodi-standalone}/bin/kodi-standalone";
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.kodi = {
|
users.users.kodi = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue