Skip to content

Commit 8e39e0d

Browse files
Enable serial console, for direct access
1 parent 3e6443b commit 8e39e0d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

configuration.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
# Boot faster
99
boot.loader.timeout = lib.mkForce 2;
1010

11+
# Enable serial console, for direct access
12+
boot.kernelParams = [
13+
"console=ttyS0,115200"
14+
"console=tty1"
15+
];
16+
1117
# Enabling things for easy connectivity and for integration with Proxmox, as well as other hypervisors
1218
services.cloud-init.enable = true;
1319
services.openssh = {

0 commit comments

Comments
 (0)