fix zfs race condition

This commit is contained in:
waveringana 2025-06-02 21:51:56 -04:00
parent 7c4dd94c2e
commit d9bf94b864
Signed by: waveringana
SSH key fingerprint: SHA256:i9wBeOYE6M0IXu5FqJ2f5moBn/QvA2SNwME+b3DzZFU
2 changed files with 31 additions and 2 deletions

View file

@ -24,7 +24,7 @@
options = [ "fmask=0022" "dmask=0022" ];
};
fileSystems."/garage" = {
/* fileSystems."/garage" = {
device = "garage";
fsType = "zfs";
};
@ -32,7 +32,7 @@
fileSystems."/storage" = {
device = "storage";
fsType = "zfs";
};
};*/
swapDevices = [ ];