Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiyq Widianto committed Sep 18, 2020
1 parent 6c85793 commit 6b4ae65
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hosts/nixos/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
{ config, lib, pkgs, ... }:

{
imports =
[ <nixpkgs/nixos/modules/installer/scan/not-detected.nix>
];

boot.initrd.availableKernelModules = [ "ehci_pci" "ahci" "xhci_pci" "usb_storage" "sd_mod" "sdhci_pci" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
Expand Down

0 comments on commit 6b4ae65

Please sign in to comment.