chore: updated uuid

This commit is contained in:
Nick 2025-03-14 22:52:52 -05:00
parent 5b36df97f0
commit 355581af72

View file

@ -57,11 +57,11 @@ in
in in
{ {
"/" = { "/" = {
device = "/dev/disk/by-uuid/aae33e00-125e-4f1c-b9aa-9fc512335b7f"; device = "/dev/disk/by-uuid/1556c3ad-8835-4cdf-a619-649d658bf6c7";
fsType = "ext4"; fsType = "ext4";
}; };
"/boot" = { "/boot" = {
device = "/dev/disk/by-uuid/C506-9E18"; device = "/dev/disk/by-uuid/9EDC-E534";
fsType = "vfat"; fsType = "vfat";
options = deimos.boot.options; options = deimos.boot.options;
}; };
@ -70,7 +70,7 @@ in
// (builtins.listToAttrs (map sambaMounts sambaDrives)); // (builtins.listToAttrs (map sambaMounts sambaDrives));
swapDevices = [ swapDevices = [
{ device = "/dev/disk/by-uuid/68d6072a-e21b-4d11-88fd-22c5b9932a50"; } { device = "/dev/disk/by-uuid/fa814d6b-5ba9-48e6-8581-e6b5560a5038"; }
]; ];
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [