From e710f64489f80060be56a8b2b17066fe2c3b936a Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 10 Jan 2024 17:56:14 +0100 Subject: enable bcachefs --- common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index d425adf..7d14ded 100644 --- a/common.nix +++ b/common.nix @@ -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; -- cgit v1.2.3