added persistent subvol
This commit is contained in:
parent
3a7e29969d
commit
654d0077f5
2 changed files with 9 additions and 0 deletions
|
@ -39,6 +39,10 @@
|
|||
mountOptions = [ "compress=zstd" "noatime" ];
|
||||
mountpoint = "/nix";
|
||||
};
|
||||
"/persistent" = {
|
||||
mountOptions = [ "compress=zstd" "noatime" ];
|
||||
mountpoint = "/persistent";
|
||||
};
|
||||
};
|
||||
|
||||
mountpoint = "/pratition-root";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue