diff options
-rw-r--r-- | odin.nix | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -28,8 +28,6 @@ | |||
28 | boot.kernelParams = [ "console=ttyS0,115200" | 28 | boot.kernelParams = [ "console=ttyS0,115200" |
29 | ]; | 29 | ]; |
30 | 30 | ||
31 | systemd.services."serial-getty@ttyS0.service".wantedBy = [ "getty.target" ]; | ||
32 | |||
33 | boot.extraTTYs = [ "tty7" ]; | 31 | boot.extraTTYs = [ "tty7" ]; |
34 | 32 | ||
35 | boot.initrd.network = { | 33 | boot.initrd.network = { |