ma hw/xmm7360: init
This commit is contained in:
parent
e23227fb31
commit
a2aa1c6eaa
11
2configs/hw/xmm7360.nix
Normal file
11
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 a new issue