Update hardware after brick

This commit is contained in:
2022-03-11 21:23:13 +00:00
parent 6d754d4b75
commit da69a8cf68

View File

@@ -14,12 +14,12 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/8a102d93-531a-4b23-9777-42b368412d38";
{ device = "/dev/disk/by-uuid/3d0e0831-a08a-4d97-ad5b-d07448346dee";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/7678-867A";
{ device = "/dev/disk/by-uuid/C4F1-BE4C";
fsType = "vfat";
};