add the nixos-hardware to my asus notebook

This commit is contained in:
Andreas Zweili 2021-11-28 11:11:54 +01:00
parent cafe1fe633
commit dc2fca00d4
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
{ config, lib, pkgs, modulesPath, ... }:
{
imports = [
../nixos-hardware/common/pc/laptop/default.nix
];
boot.initrd.availableKernelModules = [
"aesni_intel"
"ahci"