summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-08-18 21:27:08 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-08-18 21:27:08 +0200
commit7eb4b143c5e366b7b881f035baa1f78d6faf8625 (patch)
tree7dd8e02e161b642a809088c3c87124da6ca78d12 /share
parentc9ecc529f02c8ac9afccba71e3dd4983951ed7d9 (diff)
fully purge bcachefs again
Diffstat (limited to 'share')
-rw-r--r--share/common.nix3
1 files changed, 1 insertions, 2 deletions
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" ];