diff --git a/hosts/build02/configuration.nix b/hosts/build02/configuration.nix
index b71e205..a373eaa 100644
--- a/hosts/build02/configuration.nix
+++ b/hosts/build02/configuration.nix
@@ -11,7 +11,6 @@
     inputs.self.nixosModules.disko-raid
   ];
 
-  nixCommunity.disko.fsType = "btrfs";
   nixCommunity.disko.raidLevel = 0; # more disk space, we don't have much state to restore anyway
 
   networking.hostName = "build02";