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