We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6443b commit 8e39e0dCopy full SHA for 8e39e0d
configuration.nix
@@ -8,6 +8,12 @@
8
# Boot faster
9
boot.loader.timeout = lib.mkForce 2;
10
11
+ # Enable serial console, for direct access
12
+ boot.kernelParams = [
13
+ "console=ttyS0,115200"
14
+ "console=tty1"
15
+ ];
16
+
17
# Enabling things for easy connectivity and for integration with Proxmox, as well as other hypervisors
18
services.cloud-init.enable = true;
19
services.openssh = {
0 commit comments