loki | drivers for new dock

This commit is contained in:
Don Harper 2023-03-30 07:20:30 -05:00
parent 63a7f5b313
commit 828a0d9e9b
2 changed files with 6 additions and 0 deletions

5
loki/kernel.nix Normal file
View file

@ -0,0 +1,5 @@
{ config, pkgs, ... }:
{
boot.kernelModules = [ "axge" "ax88179_178a" ];
}