the great reset :(

This commit is contained in:
William 2023-12-12 07:20:44 -03:00
parent 050c401db9
commit 58808c57ce
2 changed files with 6 additions and 19 deletions

View file

@ -19,6 +19,11 @@
fsType = "btrfs";
options = [ "subvol=@root" "noatime" "compress=zstd" ];
};
"/home" = {
device = "/dev/disk/by-uuid/3287dbc3-c0fa-4096-a0b3-59b017cfecc8";
fsType = "btrfs";
options = [ "subvol=@home" "noatime" "compress=zstd" ];
};
"/boot/efi" = {
device = "/dev/disk/by-uuid/1F5A-8945";
fsType = "vfat";