fix partition uuids on del

This commit is contained in:
jacekpoz 2024-02-21 19:53:02 +01:00
parent 9db38ab45e
commit 6fbec137aa
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -14,12 +14,12 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/dd5b411e-c9fb-4b0f-bddf-f690c61eb506";
{ device = "/dev/disk/by-uuid/e857f098-ceea-48a5-b928-069384b05471";
fsType = "btrfs";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/D71D-D218";
{ device = "/dev/disk/by-uuid/3684-E236";
fsType = "vfat";
};