This commit is contained in:
parent
a2c4827553
commit
3b129bb63a
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@
|
|||
mountpoint = "/nix";
|
||||
mountOptions = [ "compress=zstd" "noatime" ];
|
||||
}; # nix
|
||||
"/.snapshots" = {
|
||||
mountpoint = "/.snapshots";
|
||||
mountOptions = [ "compress=zstd" "noatime" ];
|
||||
}; # .snapshots
|
||||
# Re-add this on the next refomrat
|
||||
# "/Storage" = {
|
||||
# mountpoint = "/Storage";
|
||||
|
|
Loading…
Add table
Reference in a new issue