Autologin as root in case the user is not working

This commit is contained in:
Rodrigo Arias 2024-08-30 21:59:45 +02:00
parent 4d70cb33de
commit e02d5a3999

View File

@ -225,6 +225,8 @@
wantedBy = lib.mkForce [ ];
};
services.getty.autologinUser = lib.mkForce "root";
sdImage = {
# The image will be loaded as-is in memory, so no compression
compressImage = false;