diff --git a/nixos/modules/services/display-managers/lemurs.nix b/nixos/modules/services/display-managers/lemurs.nix index bae768ab95a2..f4d418161f39 100644 --- a/nixos/modules/services/display-managers/lemurs.nix +++ b/nixos/modules/services/display-managers/lemurs.nix @@ -113,6 +113,8 @@ in TTYPath = "/dev/tty${toString cfg.vt}"; TTYReset = "yes"; TTYVHangup = "yes"; + # Clear the console before starting + TTYVTDisallocate = true; }; # Don't kill a user session when using nixos-rebuild restartIfChanged = false;