Initial router tweaks to enable forwarding and serial access.
This commit is contained in:
parent
23dd040e00
commit
958e9bf84a
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
kernelParams = [ "console=ttyS0,115200" ];
|
||||||
|
kernel.sysctl = {
|
||||||
|
"net.ipv4.conf.all.forwarding" = 1;
|
||||||
|
};
|
||||||
loader = {
|
loader = {
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
systemd-boot.enable = true;
|
systemd-boot.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue