fully purge bcachefs again
This commit is contained in:
parent
c9ecc529f0
commit
7eb4b143c5
|
@ -24,9 +24,8 @@ in
|
||||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||||
system.stateVersion = "23.05"; # Did you read the comment?
|
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.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
boot.supportedFilesystems = [ "bcachefs" ];
|
|
||||||
|
|
||||||
# don't check for split locks, for KVM and Co.
|
# don't check for split locks, for KVM and Co.
|
||||||
boot.kernelParams = [ "split_lock_detect=off" ];
|
boot.kernelParams = [ "split_lock_detect=off" ];
|
||||||
|
|
Loading…
Reference in a new issue