forked from the-distro/infra
baremetal builders: filesystem optimizations
This commit is contained in:
parent
f737c957a5
commit
5474832b07
|
@ -60,7 +60,10 @@ in
|
|||
fileSystems."/mnt" = {
|
||||
device = "/dev/disk/by-label/hydra";
|
||||
fsType = "xfs";
|
||||
options = ["logbsize=256k"];
|
||||
};
|
||||
boot.kernel.sysctl."fs.xfs.xfssyncd_centisecs" = "12000";
|
||||
|
||||
# We want the tmp filesystem on the same filesystem as the hydra store, so that builds can use reflinks
|
||||
fileSystems."/tmp" = {
|
||||
device = "/mnt/tmp";
|
||||
|
|
Loading…
Reference in a new issue