treewide: use services.getty option

services.mingetty is equivalent but deprecated.
This commit is contained in:
Erik Arvstedt
2021-08-14 10:46:40 +02:00
parent a25ceecca5
commit 0ef66c920b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ name: testConfig:
"${toString pkgs.path}/nixos/modules/virtualisation/qemu-vm.nix"
];
virtualisation.graphics = false;
services.mingetty.autologinUser = "root";
services.getty.autologinUser = "root";
# Provide a shortcut for instant poweroff from within the machine
environment.systemPackages = with pkgs; [