From dc2fca00d4755dd47cdcd4bac5a78333627a5f0b Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 28 Nov 2021 11:11:54 +0100 Subject: [PATCH] add the nixos-hardware to my asus notebook --- hardware/asus/hardware-configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hardware/asus/hardware-configuration.nix b/hardware/asus/hardware-configuration.nix index 5d717e3..1249e9c 100644 --- a/hardware/asus/hardware-configuration.nix +++ b/hardware/asus/hardware-configuration.nix @@ -4,6 +4,10 @@ { config, lib, pkgs, modulesPath, ... }: { + imports = [ + ../nixos-hardware/common/pc/laptop/default.nix + ]; + boot.initrd.availableKernelModules = [ "aesni_intel" "ahci"