enable bcachefs

This commit is contained in:
Christoph Cullmann 2024-01-10 17:56:14 +01:00
parent 32b21b65b0
commit e710f64489

View file

@ -25,8 +25,9 @@ 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
# use the latest kernel with bcachefs
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.supportedFilesystems = [ "bcachefs" ];
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;