From 19873623685587a05ee18faf100ccc3e7b1b1c95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 4 Jul 2023 18:09:53 +0200 Subject: [PATCH] single-disk: fix module --- modules/single-disk.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/single-disk.nix b/modules/single-disk.nix index ffb4ea9..0cb20bf 100644 --- a/modules/single-disk.nix +++ b/modules/single-disk.nix @@ -4,11 +4,12 @@ let grub = { name = "grub"; size = "1M"; - flags = [ "bios_grub" ]; + type = "ef02"; }; esp = { name = "ESP"; - size = "500MB"; + type = "EF00"; + size = "500M"; content = { type = "filesystem"; format = "vfat"; @@ -18,7 +19,6 @@ let root = { name = "root"; size = "100%"; - bootable = true; content = { type = "filesystem"; # We use xfs because it has support for compression and has a quite good performance for databases