From 0e93cd309189b46194f246b98df672bffbcc7c52 Mon Sep 17 00:00:00 2001 From: makefu Date: Sun, 21 Aug 2016 12:21:35 +0200 Subject: m 2 temp: init --- makefu/2configs/temp/8812au.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 makefu/2configs/temp/8812au.nix (limited to 'makefu/2configs/temp/8812au.nix') diff --git a/makefu/2configs/temp/8812au.nix b/makefu/2configs/temp/8812au.nix new file mode 100644 index 000000000..9587171b3 --- /dev/null +++ b/makefu/2configs/temp/8812au.nix @@ -0,0 +1,6 @@ +{config, pkgs, ...}: +{ + #boot.extraModulePackages = [ pkgs.rtl8812au ]; + boot.extraModulePackages = [config.boot.kernelPackages.rtl8812au ]; + boot.kernelModules = [ "rtl8812au" ]; +} -- cgit v1.2.3