From 7e918eb368f88676e9c639d728f2dad295e897c2 Mon Sep 17 00:00:00 2001 From: buffet Date: Sat, 20 Jan 2024 21:54:35 +0100 Subject: [PATCH] add bcachefs support --- hosts/alice/system.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/alice/system.nix b/hosts/alice/system.nix index ad251d7..4d6e196 100644 --- a/hosts/alice/system.nix +++ b/hosts/alice/system.nix @@ -16,6 +16,8 @@ boot.loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true; + supportedFilesystems = ["bcachefs"]; + kernelPackages = pkgs.linuxPackages_latest; # TODO: remove when default kernel hits 6.7 }; fileSystems = {