From a9e7603352242f9b14ee9c890374cf671a7f05d1 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sat, 3 Feb 2024 20:41:54 +0100 Subject: [PATCH] I think I somehow forgot bcachefs support for EDI --- nixos/hosts/EDI/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/hosts/EDI/configuration.nix b/nixos/hosts/EDI/configuration.nix index 1929455..1272719 100644 --- a/nixos/hosts/EDI/configuration.nix +++ b/nixos/hosts/EDI/configuration.nix @@ -39,6 +39,8 @@ networking.hostName = "EDI"; boot.bootspec.enable = true; + boot.kernelPackages = pkgs.linuxPackages_latest; + boot.supportedFilesystems = ["bcachefs"]; boot = { loader.systemd-boot.enable = lib.mkForce false; lanzaboote = {