Work : Update SSD.
This commit is contained in:
parent
034a3b8988
commit
aae7e1facd
|
@ -14,14 +14,14 @@
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
||||||
fileSystems."/" =
|
fileSystems."/" =
|
||||||
{ device = "/dev/disk/by-uuid/b3bb5358-c7f3-49db-8e03-593a66976484";
|
{ device = "/dev/disk/by-uuid/a5ab4094-9727-4703-809c-0a5bb8eb9505";
|
||||||
fsType = "ext4";
|
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" =
|
fileSystems."/boot" =
|
||||||
{ device = "/dev/disk/by-uuid/8816-05DE";
|
{ device = "/dev/disk/by-uuid/183E-F191";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Reference in a new issue