From d5d2352b4cb829eea19d9009e3e0e6e46a32448f Mon Sep 17 00:00:00 2001 From: kalle Date: Thu, 28 Aug 2025 08:40:59 +0200 Subject: [PATCH] 2025-08-28T08:40:59+02:00 --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index f2c98a7..198fbf6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -16,6 +16,10 @@ # }; boot.kernelParams = [ "console=ttyS0,115200n8" ]; + services.getty = { + enable = true; + tty = "ttyS0"; + }; # network and proxy networking.hostName = "minimal";