Autologin as root in case the user is not working
This commit is contained in:
parent
4d70cb33de
commit
e02d5a3999
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user