diff options
author | lassulus <lass@aidsballs.de> | 2016-06-07 10:46:25 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-06-07 10:46:25 +0200 |
commit | 2d5faaa69371d6d5a928da644c392b794723b3d4 (patch) | |
tree | 087f26b56008d35262ddf950e02a3e3755288c94 /makefu | |
parent | 208e8f6c0b1c2c84f0f1dcbdf3fc489b926df190 (diff) | |
parent | 49ac020be07a85bf27fd78160a5b265b131e126e (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/2configs/hw/rtl8812au.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/makefu/2configs/hw/rtl8812au.nix b/makefu/2configs/hw/rtl8812au.nix new file mode 100644 index 000000000..0c10f2555 --- /dev/null +++ b/makefu/2configs/hw/rtl8812au.nix @@ -0,0 +1,5 @@ +{pkgs, config, ... }: +{ + boot.extraModulePackages = [ config.boot.kernelPackages.rtl8812au ]; + boot.kernelModules = [ "rtl8812au" ]; +} |