treewide: use services.getty option

services.mingetty is equivalent but deprecated.
This commit is contained in:
Erik Arvstedt 2021-08-05 00:48:58 +02:00
parent a25ceecca5
commit 0ef66c920b
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
config = {
virtualisation.graphics = false;
services.mingetty.autologinUser = "root";
services.getty.autologinUser = "root";
users.users.root = {
openssh.authorizedKeys.keyFiles = [ ./id-vm.pub ];
};