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.supportedFilesystems = [ "bcachefs" ];
|
||||||
|
|
||||||
boot.tmpOnTmpfs = true;
|
boot.tmp = {
|
||||||
boot.tmpOnTmpfsSize = "75%";
|
useTmpfs = true;
|
||||||
|
tmpfsSize = "75%";
|
||||||
|
};
|
||||||
|
|
||||||
networking.nat = {
|
networking.nat = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue