nixpkgs/nixos/modules/tasks
Will Fancher 6e331d90bd bcachefs-kernel-module: Nest within bcachefs-tools
When you set the bcachefs userspace tools with:

```nix
boot.bcachefs.package = /* custom pacakge */;
```

This now also changes the kernel package. The NixOS module now calls
on the nested `cfg.package.kernelModule` expression with
`kernelPackages.callPackage`. This will enable overriding both
userspace and kernel space from e.g. upstream git.
2025-09-30 01:16:01 -04:00
..
filesystems bcachefs-kernel-module: Nest within bcachefs-tools 2025-09-30 01:16:01 -04:00
auto-upgrade.nix nixos: autoUpgrade: allow disabling flake upgrades 2025-05-22 09:16:56 +02:00
bcache.nix
cpu-freq.nix
encrypted-devices.nix
filesystems.nix nixos: Elaborate documentation for fileSystems.* options (#405043) 2025-08-15 19:01:06 +00:00
lvm.nix
network-interfaces-scripted.nix nixos/networking: network.target depends on netdev service directly 2025-08-27 18:42:09 +02:00
network-interfaces-systemd.nix treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
network-interfaces.nix nixos/networking: prefer types.ints over addCheck 2025-09-12 02:37:50 +02:00
powertop.nix
scsi-link-power-management.nix
stratis.nix
swraid.nix
trackpoint.nix