hosts/TITAN: boot.tmpOnTmpfs -> boot.tmp.useTmpfs and stuff

This commit is contained in:
Max Headroom 2023-05-01 18:29:17 +02:00
parent 2009ed5472
commit 0d9ef48d7d

View file

@ -68,8 +68,10 @@ in
boot.supportedFilesystems = [ "bcachefs" ];
boot.tmpOnTmpfs = true;
boot.tmpOnTmpfsSize = "75%";
boot.tmp = {
useTmpfs = true;
tmpfsSize = "75%";
};
networking.nat = {
enable = true;