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