vps-arm-2024-06-21-21-12-49

This commit is contained in:
Alexander Szczepanski
2024-06-21 21:12:49 +02:00
parent d949a285c2
commit 2a0d9b1531
9 changed files with 317 additions and 44 deletions

View File

@ -107,6 +107,7 @@
parallel
pciutils
ruby
progress
unixtools.xxd
unzip
usbutils
@ -119,7 +120,7 @@
};
boot = {
tmp.useTmpfs = true;
tmp.useTmpfs = false;
kernelParams = [ "quiet" ];
consoleLogLevel = 0;
kernel.sysctl = { "vm.max_map_count" = 262144; };