Fix tuigreet

This commit is contained in:
SebastianStork 2024-07-18 17:31:49 +02:00
parent eb5ac0af22
commit 582276c778

View file

@ -28,5 +28,16 @@
};
};
};
# Prevent systemd messages from covering the TUI
systemd.services.greetd.serviceConfig = {
Type = "idle";
StandardInputs = "tty";
StandardOutput = "tty";
StandardError = "journal";
TTYReset = true;
TTYVHangup = true;
TTYVTDisallocate = true;
};
};
}