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";
|
||||
mountOptions = [ "compress=zstd" "noatime" ];
|
||||
}; # nix
|
||||
"/Storage" = {
|
||||
mountpoint = "/Storage";
|
||||
mountOptions = [ "compress=zstd" "noatime" ];
|
||||
}; # Storage
|
||||
# Re-add this on the next refomrat
|
||||
# "/Storage" = {
|
||||
# mountpoint = "/Storage";
|
||||
# mountOptions = [ "compress=zstd" "noatime" ];
|
||||
# }; # Storage
|
||||
}; # subvolumes
|
||||
}; # content.content
|
||||
}; # content
|
||||
|
|
Loading…
Reference in a new issue