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 = ''