Compare commits
2 commits
50bb1a9ba0
...
26cc28ba41
| Author | SHA1 | Date | |
|---|---|---|---|
| 26cc28ba41 | |||
| 192b136259 |
1 changed files with 10 additions and 0 deletions
|
|
@ -29,6 +29,16 @@
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = [ "compress=zstd" "subvol=@home" ];
|
options = [ "compress=zstd" "subvol=@home" ];
|
||||||
};
|
};
|
||||||
|
"/mnt/hdd" = {
|
||||||
|
device = "/dev/disk/by-label/Everest";
|
||||||
|
fsType = "btrfs";
|
||||||
|
options = [ "compress=zstd" "subvol=/" "ro" ];
|
||||||
|
};
|
||||||
|
"/persist" = {
|
||||||
|
device = "/dev/disk/by-label/Everest";
|
||||||
|
fsType = "btrfs";
|
||||||
|
options = [ "compress=zstd" "subvol=@persist" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot/efi" =
|
fileSystems."/boot/efi" =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue