hosts/TITAN: boot.tmpOnTmpfs -> boot.tmp.useTmpfs and stuff
This commit is contained in:
parent
2009ed5472
commit
0d9ef48d7d
1 changed files with 4 additions and 2 deletions
|
@ -68,8 +68,10 @@ in
|
|||
|
||||
boot.supportedFilesystems = [ "bcachefs" ];
|
||||
|
||||
boot.tmpOnTmpfs = true;
|
||||
boot.tmpOnTmpfsSize = "75%";
|
||||
boot.tmp = {
|
||||
useTmpfs = true;
|
||||
tmpfsSize = "75%";
|
||||
};
|
||||
|
||||
networking.nat = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue