activate ttyS0 on ifrit
This commit is contained in:
parent
1dc4944d34
commit
34feb8a8a5
1 changed files with 4 additions and 0 deletions
|
@ -139,6 +139,10 @@ in
|
||||||
"net.ipv6.conf.ens3.forwarding" = true;
|
"net.ipv6.conf.ens3.forwarding" = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
boot.kernelParams = [
|
||||||
|
"console=ttyS0,115200"
|
||||||
|
];
|
||||||
|
|
||||||
fileSystems."/mnt/storage" = {
|
fileSystems."/mnt/storage" = {
|
||||||
device = "/dev/disk/by-uuid/a34e36fc-d7dd-4ceb-93c4-48f9c2727cb7";
|
device = "/dev/disk/by-uuid/a34e36fc-d7dd-4ceb-93c4-48f9c2727cb7";
|
||||||
mountPoint = "/mnt/storage";
|
mountPoint = "/mnt/storage";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue