Add bcachefs support to install ISO

This commit is contained in:
Lillian Violet 2024-03-20 21:12:30 +01:00
parent 5b08d092c7
commit 32ad2da056

View file

@ -142,6 +142,9 @@
};
};
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
boot.supportedFilesystems = ["bcachefs"];
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "unstable";
}