activate ttyS0 on ifrit

This commit is contained in:
Tim Schubert 2022-04-27 22:53:04 +02:00
parent 1dc4944d34
commit 34feb8a8a5
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -139,6 +139,10 @@ in
"net.ipv6.conf.ens3.forwarding" = true;
};
boot.kernelParams = [
"console=ttyS0,115200"
];
fileSystems."/mnt/storage" = {
device = "/dev/disk/by-uuid/a34e36fc-d7dd-4ceb-93c4-48f9c2727cb7";
mountPoint = "/mnt/storage";