From 275e1696ae4a433103ef2ce2733c4c4b2f608883 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Mon, 20 Jan 2020 15:54:42 +0100 Subject: [PATCH] Pulsebert ncmpcpp on tty1 --- hosts/pulsebert/mpdConsole.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];