mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
WIP
This commit is contained in:
parent
d63ef782d9
commit
9a4c1b1013
1 changed files with 4 additions and 4 deletions
|
@ -5,10 +5,10 @@
|
|||
}: {
|
||||
|
||||
## kodi
|
||||
users.extraUsers.kodi.isNormalUser = true;
|
||||
services.cage.user = "kodi";
|
||||
services.cage.program = "${pkgs.kodi-wayland}/bin/kodi-standalone";
|
||||
services.cage.enable = true;
|
||||
# users.extraUsers.kodi.isNormalUser = true;
|
||||
# services.cage.user = "kodi";
|
||||
# services.cage.program = "${pkgs.kodi-wayland}/bin/kodi-standalone";
|
||||
# services.cage.enable = true;
|
||||
##
|
||||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
|
Loading…
Reference in a new issue