add bcachefs support

This commit is contained in:
buffet 2024-01-20 21:54:35 +01:00
parent a124a33224
commit 7e918eb368

View file

@ -16,6 +16,8 @@
boot.loader = { boot.loader = {
systemd-boot.enable = true; systemd-boot.enable = true;
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
supportedFilesystems = ["bcachefs"];
kernelPackages = pkgs.linuxPackages_latest; # TODO: remove when default kernel hits 6.7
}; };
fileSystems = { fileSystems = {