fix device IDs on knockout
This commit is contained in:
parent
4bef39f6c2
commit
aa45aef89c
@ -14,12 +14,12 @@
|
|||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
||||||
fileSystems."/" =
|
fileSystems."/" =
|
||||||
{ device = "/dev/disk/by-uuid/44f83d76-68bd-4b07-bf5c-f72e7981e640";
|
{ device = "/dev/disk/by-uuid/d64887fb-0e49-4c92-a713-d6414697828c";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" =
|
fileSystems."/boot" =
|
||||||
{ device = "/dev/disk/by-uuid/EE44-46F8";
|
{ device = "/dev/disk/by-uuid/71C6-3491";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user