Framework fixed
This commit is contained in:
parent
873a9c562b
commit
37d834adc4
4 changed files with 42 additions and 29 deletions
|
|
@ -54,10 +54,6 @@
|
|||
mountpoint = "/";
|
||||
mountOptions = ["subvol=root" "compress=zstd" "noatime"];
|
||||
};
|
||||
"/home" = {
|
||||
mountpoint = "/home";
|
||||
mountOptions = ["subvol=home" "compress=zstd" "noatime"];
|
||||
};
|
||||
"/nix" = {
|
||||
mountpoint = "/nix";
|
||||
mountOptions = ["subvol=nix" "compress=zstd" "noatime"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue