diff --git a/hosts/pulsebert/mpdConsole.nix b/hosts/pulsebert/mpdConsole.nix index 933d2d2d..f584cd24 100644 --- a/hosts/pulsebert/mpdConsole.nix +++ b/hosts/pulsebert/mpdConsole.nix @@ -7,6 +7,7 @@ in { systemd.services.ncmpcpp = { description = "Mpd console"; wantedBy = [ "multi-user.target" ]; + conflicts = [ "getty@${tty}.service" ]; serviceConfig = { User = "k-ot"; ExecStart = "${pkgs.ncmpcpp}/bin/ncmpcpp";