Add initial configuration for APU2E4 router

This commit is contained in:
2023-02-10 20:51:10 -07:00
parent a8b0385c6d
commit 577dc4faaa
4 changed files with 66 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "e1000" "e1000e" "virtio_pci" "r8169" ];
boot.kernelParams = [
"panic=30" "boot.panic_on_fail" # reboot the machine upon fatal boot issues
"console=ttyS0" # enable serial console
"console=ttyS0,115200" # enable serial console
"console=tty1"
];
boot.kernel.sysctl."vm.overcommit_memory" = "1";