update uuids for partition
This commit is contained in:
parent
4fb53d8440
commit
127c5a7494
|
|
@ -21,12 +21,12 @@
|
|||
|
||||
# Mounts
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/2c1ea652-9778-444d-9735-abdf94572265";
|
||||
{ device = "/dev/disk/by-uuid/cb78cd50-72cd-41c4-a930-f0086bb3f248";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/0CA8-BA03";
|
||||
{ device = "/dev/disk/by-uuid/8741-D2A4";
|
||||
fsType = "vfat";
|
||||
};
|
||||
swapDevices = [ ];
|
||||
|
|
|
|||
Loading…
Reference in New Issue