summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/odin.nix b/odin.nix
index 2781f664..e2f95f9d 100644
--- a/odin.nix
+++ b/odin.nix
@@ -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 = {