From 1f10354d14f3d3827d9ece8ebcc1bde590d6b930 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 29 Aug 2024 08:18:54 +0000 Subject: [PATCH] Make bcachefs ext4 in EDI --- disko/EDI/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disko/EDI/default.nix b/disko/EDI/default.nix index 1c2ab31..6fe0e0a 100644 --- a/disko/EDI/default.nix +++ b/disko/EDI/default.nix @@ -57,7 +57,7 @@ size = "100%FREE"; content = { type = "filesystem"; - format = "bcachefs"; + format = "ext4"; mountpoint = "/"; mountOptions = [ "defaults"