autologin in vm variant
This commit is contained in:
parent
dc5069e9b2
commit
5d6fad5aea
1 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,9 @@ _: {
|
||||||
graphics = false; # disables graphical output
|
graphics = false; # disables graphical output
|
||||||
memorySize = 1024;
|
memorySize = 1024;
|
||||||
};
|
};
|
||||||
|
services.getty = {
|
||||||
|
autologinUser = "root";
|
||||||
|
};
|
||||||
users.users = {
|
users.users = {
|
||||||
root = {
|
root = {
|
||||||
password = "";
|
password = "";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue