ma hw/xmm7360: init
This commit is contained in:
parent
46c9132c5a
commit
281fd57f5b
11
makefu/2configs/hw/xmm7360.nix
Normal file
11
makefu/2configs/hw/xmm7360.nix
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{ pkgs, config, ... }:
|
||||||
|
let
|
||||||
|
pkg = (pkgs.callPackage ../../5pkgs/xmm7360 { kernel = config.boot.kernelPackages.kernel; });
|
||||||
|
in
|
||||||
|
{
|
||||||
|
boot.extraModulePackages = [
|
||||||
|
pkg
|
||||||
|
];
|
||||||
|
boot.initrd.availableKernelModules = [ "xmm7360" ];
|
||||||
|
users.users.makefu.packages = [ pkg ];
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user