Commit f8929b73 authored by Will Fancher's avatar Will Fancher
Browse files

nixos/lemurs: TTYVTDisallocate to clear VT

Otherwise, when on VT1, the systemd status is still visible.
parent 878c68da
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;