Work : Update SSD.

This commit is contained in:
Dmitry Voronin 2024-02-13 14:48:02 +03:00
parent 034a3b8988
commit aae7e1facd

View file

@ -14,14 +14,14 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/b3bb5358-c7f3-49db-8e03-593a66976484";
{ device = "/dev/disk/by-uuid/a5ab4094-9727-4703-809c-0a5bb8eb9505";
fsType = "ext4";
};
boot.initrd.luks.devices."luks-4d9997f0-599a-4039-9175-e46c597f0c6a".device = "/dev/disk/by-uuid/4d9997f0-599a-4039-9175-e46c597f0c6a";
boot.initrd.luks.devices."luks-73677265-6a4e-458b-ae0f-cb8fcf05228f".device = "/dev/disk/by-uuid/73677265-6a4e-458b-ae0f-cb8fcf05228f";
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/8816-05DE";
{ device = "/dev/disk/by-uuid/183E-F191";
fsType = "vfat";
};