mirror.dongdigua.github.io/org/nixos.org

19 lines
607 B
Org Mode

#+TITLE: Build a Minimal NixOS LiveCD with swaywm
#+DATE: <2022-09-17 六>
* problem & solution
** unable to drop root
donot run under root
** in normal user, libseat permission deniened
add user in =video= group
login as user, not root
** egl error
enable 3D acceleration in VirtualBox
** config files from outside
[[../images/irc-nixiso.png]]
* reference
** [[https://sr.ht/~guido/nixos-init-freedom/][nixos without systemd?]]
** [[https://gist.github.com/kborling/76805ade81ac5bfdd712df294208c878][an example config]]
** [[https://xeiaso.net/blog/super-bootable-64-2020-05-06][Xe: Super Bootable 64]]