feat: updated uuids

This commit is contained in:
Nick 2025-10-02 23:49:31 -05:00
parent 9c76e31bd4
commit 7c1e6db541

View file

@ -66,11 +66,11 @@ in
in in
{ {
"/" = { "/" = {
device = "/dev/disk/by-uuid/cca4aaac-9f98-42a5-8bcc-81c7048aad84"; device = "/dev/disk/by-uuid/9055101b-f60d-4d5f-93f5-8b9d480b1a19";
fsType = "ext4"; fsType = "ext4";
}; };
"/boot" = { "/boot" = {
device = "/dev/disk/by-uuid/7199-F75B"; device = "/dev/disk/by-uuid/A8CE-EB9B";
fsType = "vfat"; fsType = "vfat";
options = mars.boot.options; options = mars.boot.options;
}; };
@ -82,7 +82,7 @@ in
)); ));
swapDevices = [ swapDevices = [
{ device = "/dev/disk/by-uuid/d9c787ac-9f10-41a4-8702-242922f44056"; } { device = "/dev/disk/by-uuid/6b56990c-545d-4d00-b93b-8ca1f143882e"; }
]; ];
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [