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 = {