feat: updated uuids after windows fucked my shit

This commit is contained in:
Nick 2025-05-10 13:55:04 -05:00
parent a128d9b7fa
commit c5fe1e3538

View file

@ -67,11 +67,11 @@ in
in
{
"/" = {
device = "/dev/disk/by-uuid/1de87c26-c123-44c0-9c9b-6d2480bdeb7d";
device = "/dev/disk/by-uuid/6328deb2-075a-471e-8396-459921a82832";
fsType = "ext4";
};
"/boot" = {
device = "/dev/disk/by-uuid/6A1F-3641";
device = "/dev/disk/by-uuid/6152-9BBC";
fsType = "vfat";
options = mars.boot.options;
};
@ -83,7 +83,7 @@ in
));
swapDevices = [
{ device = "/dev/disk/by-uuid/8b1d43a7-baf8-4d15-a1ad-dc0c9dda6970"; }
{ device = "/dev/disk/by-uuid/c8839bac-980b-4b24-9c36-504965acc964"; }
];
systemd.tmpfiles.rules = [