From 3eaeee3ecf34443670b332c4c1bb32a705bf0ffe Mon Sep 17 00:00:00 2001 From: Richard Mauer Date: Tue, 31 Dec 2024 18:47:09 -0500 Subject: [PATCH] log error to tty --- installer/installer.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installer/installer.nix b/installer/installer.nix index fe271ae..1bc0059 100644 --- a/installer/installer.nix +++ b/installer/installer.nix @@ -10,6 +10,9 @@ serviceConfig = { Type = "oneshot"; RemainAfterExit = true; + TTYPath = /dev/tty1; # or whichever TTY you want to use + StandardOutput = "tty"; + StandardError = "tty"; }; script = ''