Pulsebert: disable getty on the ncmpcpp tty

This commit is contained in:
k-ot 2020-02-22 12:06:12 +00:00 committed by Emery Hemingway
parent 608bfc282b
commit 1f5a5272c4
1 changed files with 1 additions and 0 deletions

View File

@ -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";