Bcachefs: Difference between revisions

Onny (talk | contribs)
Tips and tricks: Add note on Bcachefs remote disk unlocking
Onny (talk | contribs)
Update example config for install medium
Line 113: Line 113:
{
{
   description = "Bcachefs enabled installation media";
   description = "Bcachefs enabled installation media";
   inputs.nixos.url = "nixpkgs/nixos-23.11";
   inputs.nixos.url = "nixpkgs/nixos-24.05";
   outputs = { self, nixos }: {
   outputs = { self, nixos }: {
     nixosConfigurations = {
     nixosConfigurations = {
Line 122: Line 122:
           ({ lib, pkgs, ... }: {
           ({ lib, pkgs, ... }: {
             boot.supportedFilesystems = [ "bcachefs" ];
             boot.supportedFilesystems = [ "bcachefs" ];
            boot.kernelPackages = lib.mkOverride 0 pkgs.linuxPackages_latest;
           })
           })
         ];
         ];