From 7eb4b143c5e366b7b881f035baa1f78d6faf8625 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 18 Aug 2024 21:27:08 +0200 Subject: fully purge bcachefs again --- share/common.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'share') diff --git a/share/common.nix b/share/common.nix index 48cf0ad..f7e2803 100644 --- a/share/common.nix +++ b/share/common.nix @@ -24,9 +24,8 @@ in # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "23.05"; # Did you read the comment? - # use the latest kernel and enable bcachefs file system + # use the latest kernel boot.kernelPackages = pkgs.linuxPackages_latest; - boot.supportedFilesystems = [ "bcachefs" ]; # don't check for split locks, for KVM and Co. boot.kernelParams = [ "split_lock_detect=off" ]; -- cgit v1.2.3