From 3e9096eae99d3042b496dd0d083b986db391602a Mon Sep 17 00:00:00 2001 From: Lillian Violet Date: Wed, 28 Aug 2024 19:30:33 +0200 Subject: [PATCH] Just do ext4 I can't deal with bcachefs bullshit --- 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"