glotzbert: fix boot disk uuid

This commit is contained in:
Sandro - 2023-04-25 00:23:39 +02:00
parent 41ef318d8e
commit f03ff2cc07
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
}; };
fileSystems."/boot" = fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/9A1D-A4FF"; { device = "/dev/disk/by-uuid/D1E3-1422";
fsType = "vfat"; fsType = "vfat";
}; };