Bcachefs: Difference between revisions
Update example config for install medium |
Add keyutils to installation media |
||
Line 121: | Line 121: | ||
"${nixos}/nixos/modules/installer/cd-dvd/installation-cd-minimal-new-kernel-no-zfs.nix" | "${nixos}/nixos/modules/installer/cd-dvd/installation-cd-minimal-new-kernel-no-zfs.nix" | ||
({ lib, pkgs, ... }: { | ({ lib, pkgs, ... }: { | ||
# Might be required as a workaround for bug | |||
# https://github.com/NixOS/nixpkgs/issues/32279 | |||
environment.systemPackages = [ pkgs.keyutils ]; | |||
boot.supportedFilesystems = [ "bcachefs" ]; | boot.supportedFilesystems = [ "bcachefs" ]; | ||
}) | }) |