rustboro: removed broken var mount

This commit is contained in:
Aly Raffauf 2024-04-02 17:00:07 -04:00
parent c29e1484b4
commit 1c4f48a285

View file

@ -44,10 +44,6 @@
mountOptions = [ "compress=zstd" "noatime" ];
mountpoint = "/nix";
};
"var" = {
mountOptions = [ "compress=zstd" "noatime" ];
mountpoint = "/var";
};
};
mountpoint = "/partition-root";
};