Bcachefs: Difference between revisions
→Tips and tricks: Add note on Bcachefs remote disk unlocking |
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- | 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" ]; | ||
}) | }) | ||
]; | ]; |