Update disks
This commit is contained in:
parent
e3b0306450
commit
284b8c731c
1 changed files with 5 additions and 4 deletions
|
@ -47,10 +47,11 @@
|
||||||
mountpoint = "/nix";
|
mountpoint = "/nix";
|
||||||
mountOptions = [ "compress=zstd" "noatime" ];
|
mountOptions = [ "compress=zstd" "noatime" ];
|
||||||
}; # nix
|
}; # nix
|
||||||
"/Storage" = {
|
# Re-add this on the next refomrat
|
||||||
mountpoint = "/Storage";
|
# "/Storage" = {
|
||||||
mountOptions = [ "compress=zstd" "noatime" ];
|
# mountpoint = "/Storage";
|
||||||
}; # Storage
|
# mountOptions = [ "compress=zstd" "noatime" ];
|
||||||
|
# }; # Storage
|
||||||
}; # subvolumes
|
}; # subvolumes
|
||||||
}; # content.content
|
}; # content.content
|
||||||
}; # content
|
}; # content
|
||||||
|
|
Loading…
Reference in a new issue