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:
parent
cb9a03cbf4
commit
c0ed58bcc2
1 changed files with 4 additions and 1 deletions
|
|
@ -36,7 +36,10 @@ in
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"d /var/lib/neko 0755 root root -"
|
"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 = {
|
systemd.services.neko = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue