fix: put tmps into RAM
Some checks failed
Continuous Integration / Checks (push) Has been cancelled

This commit is contained in:
Tim Schubert 2025-05-25 14:45:18 +02:00
parent 22a525b5b3
commit 74fd474e4a
No known key found for this signature in database

View file

@ -8,6 +8,9 @@ in
./upgrade-pg-cluster.nix
];
boot.tmp.useTmpfs = true;
boot.tmp.tmpfsSize = "50%";
i18n.defaultLocale = mkDefault "en_US.UTF-8";
console = mkDefault {
font = "Lat2-Terminus16";