[kodi] Fix autologin for boxy

This commit is contained in:
2025-10-13 14:32:28 -07:00
parent 4bfacffa17
commit d3cb09040a
2 changed files with 6 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ with lib;
};
kodi = {
enable = true;
autologin = false;
autologin = true;
wayland = true;
};
users.enable = true;