neko: own /var/lib/neko/home as uid 1000 so the container desktop can start

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
rope 2026-06-25 10:42:13 +01:00
parent cb9a03cbf4
commit c0ed58bcc2

View file

@ -36,7 +36,10 @@ in
systemd.tmpfiles.rules = [
"d /var/lib/neko 0755 root root -"
"d /var/lib/neko/home 0755 root root -"
# The container's neko user is uid/gid 1000 and must own its home, or the
# X server / Xfce can't create ~/.config, ~/.cache, etc. and the desktop
# never starts.
"d /var/lib/neko/home 0755 1000 1000 -"
];
systemd.services.neko = {