From 39fcd6321513bd0acf9d8008c8b56ea637c43e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 24 Apr 2023 23:02:45 +0200 Subject: [PATCH] disko: fix fs type --- disko/disko-config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disko/disko-config.nix b/disko/disko-config.nix index f5b323e7..1b826fef 100644 --- a/disko/disko-config.nix +++ b/disko/disko-config.nix @@ -37,7 +37,7 @@ assert lib.assertMsg (enableCeph -> enableLuks) "Ceph requires Luks!"; bootable = true; content = { type = "filesystem"; - format = "vfat"; + format = "fat32"; mountpoint = "/boot"; }; } ++ [