diff --git a/hosts/pulsebert/mpdConsole.nix b/hosts/pulsebert/mpdConsole.nix index ce5fc387..933d2d2d 100644 --- a/hosts/pulsebert/mpdConsole.nix +++ b/hosts/pulsebert/mpdConsole.nix @@ -1,6 +1,6 @@ { pkgs, ... }: -let tty = "tty9"; +let tty = "tty1"; in { boot.extraTTYs = [ tty ];