fix zfs race condition

This commit is contained in:
waveringana 2025-06-02 21:51:56 -04:00
parent 7c4dd94c2e
commit d9bf94b864
No known key found for this signature in database
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 = [ ];