summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-07-22 11:37:37 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-07-22 11:37:37 +0200
commit233780161a82a9fd1ed3625aeac8bdf256ab862d (patch)
tree40cc16de4120b65beedad37ded477adcfb170807 /odin.nix
parentaf2eac7073ed302633970d30a47133499e8b53e4 (diff)
downloadnixos-233780161a82a9fd1ed3625aeac8bdf256ab862d.tar
nixos-233780161a82a9fd1ed3625aeac8bdf256ab862d.tar.gz
nixos-233780161a82a9fd1ed3625aeac8bdf256ab862d.tar.bz2
nixos-233780161a82a9fd1ed3625aeac8bdf256ab862d.tar.xz
nixos-233780161a82a9fd1ed3625aeac8bdf256ab862d.zip
systemd should handle that automatically...
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 = {