@code subvol
This commit is contained in:
parent
d1da8b0c8b
commit
9914cac45d
|
@ -49,6 +49,10 @@
|
|||
mountpoint = "/var/games";
|
||||
mountOptions = ["subvol=@games" "compress=zstd" "noatime"];
|
||||
};
|
||||
"@code" = {
|
||||
mountpoint = "/var/code";
|
||||
mountOptions = ["subvol=@code" "compress=zstd" "noatime"];
|
||||
};
|
||||
"@nix" = {
|
||||
mountpoint = "/nix";
|
||||
mountOptions = ["subvol=@nix" "compress=zstd" "noatime"];
|
||||
|
|
Loading…
Reference in a new issue