bump amount of tmp we get out of tmpfs

This commit is contained in:
oxapentane - 2022-05-29 19:02:25 +02:00
parent b62fee0619
commit e281bf31d6
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C
1 changed files with 1 additions and 1 deletions

View File

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