forked from the-distro/infra
baremetal: tmp on the same filesystem as hydra store
This commit is contained in:
parent
f33d828552
commit
adaf4b0aef
|
@ -61,6 +61,11 @@ in
|
|||
device = "/dev/disk/by-label/hydra";
|
||||
fsType = "xfs";
|
||||
};
|
||||
# We want the tmp filesystem on the same filesystem as the hydra store, so that builds can use reflinks
|
||||
fileSystems."/tmp" = {
|
||||
device = "/mnt/tmp";
|
||||
options = [ "bind" ];
|
||||
};
|
||||
|
||||
fileSystems."/boot" = {
|
||||
device = "/dev/disk/by-label/BOOT";
|
||||
|
|
Loading…
Reference in a new issue