Add boot fs to zeus

This commit is contained in:
Chris Dombroski 2024-05-26 21:11:52 -04:00
parent a76e999a85
commit bda0c45c1b

View file

@ -42,6 +42,11 @@
fsType = "zfs";
};
fileSystems."/boot-spare" = {
device = "/dev/disk/by-id/ata-WDC_WD10EFRX-68FYTN0_WD-WCC4J0KJRXHJ-part1";
fsType = "vfat";
};
swapDevices = [
{ device = "/dev/disk/by-uuid/aecf6400-9c9f-43f9-8c57-08f3c8a633e7"; }
{ device = "/dev/disk/by-uuid/3fca7d18-441c-4f39-adad-ffd882b1f210"; }