servo: remove the root auto-login, so that my s6-rc entrypoint works

i'm sure there's a better way to do this... meh
This commit is contained in:
2024-07-28 03:40:07 +00:00
parent cb1fbdcaf0
commit 6cc5669772

View File

@@ -35,8 +35,9 @@
sane.services.rsync-net.enable = true;
# automatically log in at the virtual consoles.
# using root here makes sure we always have an escape hatch
services.getty.autologinUser = "root";
# using root here makes sure we always have an escape hatch.
# XXX(2024-07-27): this is incompatible with my s6-rc stuff, which needs to auto-login as `colin` to start its user services.
# services.getty.autologinUser = "root";
sane.image.extraBootFiles = [ pkgs.bootpart-uefi-x86_64 ];