update mac

This commit is contained in:
mjallen18
2024-05-24 13:10:40 -05:00
parent 110aca6adb
commit fc6cebd3b4
3 changed files with 69 additions and 69 deletions

View File

@@ -48,15 +48,15 @@
options = [ "subvol=root" ];
};
fileSystems."/boot/EFI" =
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/F4A1-C77F";
fsType = "vfat";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/3aaa1d0e-057d-4b7d-b2fe-ef02db373e9f";
fsType = "ext4";
};
# fileSystems."/boot" =
# { device = "/dev/disk/by-uuid/3aaa1d0e-057d-4b7d-b2fe-ef02db373e9f";
# fsType = "ext4";
# };
swapDevices = [ ];