dell-wyse-3040: limit tmpOnTmpfs to 4% ram

This commit is contained in:
oxapentane - 2022-05-28 06:38:02 +02:00
parent 962207206d
commit 6c292303da
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C
1 changed files with 1 additions and 0 deletions

View File

@ -6,4 +6,5 @@
# replicates the default behaviour.
networking.useDHCP = false;
networking.interfaces.enp1s0.useDHCP = true;
boot.tmpOnTmpfsSize = "4%";
}