autologin in vm variant

This commit is contained in:
Jermeiah S 2025-07-10 01:34:36 -04:00
parent dc5069e9b2
commit 5d6fad5aea
No known key found for this signature in database

View file

@ -23,6 +23,9 @@ _: {
graphics = false; # disables graphical output
memorySize = 1024;
};
services.getty = {
autologinUser = "root";
};
users.users = {
root = {
password = "";