Commit a5a723d7fe7d

Vincent Demeester <vincent@sbr.pm>
2025-04-17 18:10:18
systems/kyushu: fixing /boot device
Not required, disko handles this now. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 49eaf25
Changed files (1)
systems
systems/kyushu/disks.nix
@@ -22,7 +22,7 @@
 
   # TODO: Remove this if/when machine is reinstalled.
   # This is a workaround for the legacy -> gpt tables disko format.
-  fileSystems."/boot".device = lib.mkForce "/dev/disk/by-partlabel/ESP";
+  # fileSystems."/boot".device = lib.mkForce "/dev/disk/by-partlabel/ESP";
 
   disko.devices = {
     disk = {