add persist subvol
This commit is contained in:
parent
3abec60b83
commit
b1f0060e15
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@
|
|||
mountpoint = "/nix";
|
||||
mountOptions = [ "compress=zstd" "noatime" ];
|
||||
};
|
||||
"/persist" = {
|
||||
mountpoint = "/persist";
|
||||
mountOptions = [ "compress=zstd" "noatime" ];
|
||||
};
|
||||
"/swap" = {
|
||||
mountpoint = "/.swapvol";
|
||||
swap.swapfile.size = "8G";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue