Files
void-installer/.gitignore
mozempk 5cd9b496fd feat: live ISO — nix daemon mode, autologin fix, GPU detection, app stack
- Switch nix from single-user to daemon mode (trusted-users = root live);
  Void socket at /var/nix/daemon-socket/socket confirmed
- Fix lightdm autologin: use session-wrapper=/etc/lightdm/Xsession (Void
  lightdm 1.32 has no lightdm-session binary)
- Fix session env: LIBGL_ALWAYS_SOFTWARE=1 via profile.d (session-env=
  is unsupported in this lightdm version)
- GPU auto-detection at boot: VIRT→software GL, NVIDIA PRIME offload,
  Intel/AMD/generic→modesetting
- Add nix-daemon to live runsvdir/default; remove unsupported -S mklive flag
- first-login.sh: install Claude Code + nix user packages (google-chrome,
  spotify, discord, localsend, mission-center) + NVM/node + VS Code exts
- build-live-iso.sh: write nix-packages.list from NIX_USER_PACKAGES
- postinstall.sh: fix nix-daemon socket path to /var/nix/daemon-socket/socket
- Dockerfile: add dconf-cli for build-time dconf compile
- _inner-build-live.sh: use correct 'dconf compile' API (not 'dconf update')
- .gitignore: add build/live-includes/ (generated staging tree)
- docs/LIVE_ISO.md: document all findings, gotchas and architecture
2026-04-23 07:42:35 +02:00

35 lines
1.0 KiB
Plaintext

# ── Secrets — NEVER commit ────────────────────────────────────────────
secrets.env
secrets.env.local
*.pem
*.key
id_rsa*
id_ed25519*
id_ecdsa*
id_github*
id_gitea*
id_ovh*
authorized_keys
# ── Generated build staging (build-iso.sh populates this at build time) ─
build/includes/
build/live-includes/
build/first-login.sh
# ── Build artifacts ────────────────────────────────────────────────────
out/
*.iso
*.iso.sha256
*.qcow2
*.img
nohup.out
# ── Cached downloads / XBPS package cache ─────────────────────────────
cache/
# ── Editor ─────────────────────────────────────────────────────────────
.vscode/
*.swp
*.swo
.DS_Store