Commit e1169a613c9b

Vincent Demeester <vincent@sbr.pm>
2025-04-16 23:39:24
systems/kyushu: fix disks definition
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 06b3a59
Changed files (1)
systems
systems/kyushu/disks.nix
@@ -36,7 +36,7 @@
           partitions = {
             ESP = {
               start = "0%";
-              size = "512MiB";
+              size = "512M";
               type = "EF00";
               content = {
                 type = "filesystem";
@@ -46,7 +46,7 @@
               };
             };
             luks = {
-              start = "512MiB";
+              start = "512M";
               size = "100%";
               content = {
                 type = "luks";