add persist subvol

This commit is contained in:
twoneis 2025-01-08 18:15:25 +01:00
parent 3abec60b83
commit b1f0060e15

View file

@ -37,6 +37,10 @@
mountpoint = "/nix";
mountOptions = [ "compress=zstd" "noatime" ];
};
"/persist" = {
mountpoint = "/persist";
mountOptions = [ "compress=zstd" "noatime" ];
};
"/swap" = {
mountpoint = "/.swapvol";
swap.swapfile.size = "8G";