add the nixos-hardware to my precision

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

View File

@ -4,6 +4,10 @@
{ config, lib, pkgs, modulesPath, ... }:
{
imports = [
../nixos-hardware/dell/precision/5530/default.nix
];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "sd_mod" "aesni_intel" "cryptd" ];
boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.kernelModules = [ "kvm-intel" ];