hosts(delta): build tweaks
Tony Olagbaiye
14 days ago
82 | 82 | "/" = { |
83 | 83 | device = "none"; |
84 | 84 | fsType = "tmpfs"; |
85 | options = [ "defaults" "size=2G" "mode=755" "nr_inodes=8M" ]; | |
85 | options = [ "defaults" "size=8G" "mode=755" "nr_inodes=8M" ]; | |
86 | 86 | }; |
87 | 87 | |
88 | 88 | "/var" = hdd // { options = [ "subvol=var" ]; }; |
138 | 138 | min-free = ${toString (gigabytes 48)} |
139 | 139 | ''; |
140 | 140 | |
141 | systemFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; | |
141 | 142 | buildMachines = |
142 | 143 | #(lib.optional true { |
143 | 144 | # hostName = "localhost"; |