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