rustboro: added var persistent subvolume

This commit is contained in:
Aly Raffauf 2024-04-02 13:52:09 -04:00
parent 7b9e8ab3ba
commit c29e1484b4

View file

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