feat: adds big drive to yoshino

This commit is contained in:
Ahwx 2025-03-25 18:07:40 +01:00
parent 4cce15c7d4
commit 6146fb6f32

View file

@ -18,6 +18,11 @@
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/big" =
{ device = "/dev/disk/by-uuid/031fb71b-8c3e-490e-9498-4e5db01eabab";
fsType = "ext4";
};
fileSystems."/boot" = fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/E11B-7715"; { device = "/dev/disk/by-uuid/E11B-7715";
fsType = "vfat"; fsType = "vfat";