code subvol laptop
This commit is contained in:
parent
1274da3d16
commit
039b2b9af2
|
|
@ -57,6 +57,10 @@
|
|||
mountpoint = "/var/log";
|
||||
mountOptions = ["subvol=@log" "compress=zstd" "noatime"];
|
||||
};
|
||||
"@code" = {
|
||||
mountpoint = "/var/code";
|
||||
mountOptions = ["subvol=@code" "compress=zstd" "noatime"];
|
||||
};
|
||||
"@snapshots" = {
|
||||
};
|
||||
"@swap" = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue