Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiyq Widianto committed Sep 17, 2020
1 parent 8f87392 commit e8affb5
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 9 deletions.
63 changes: 57 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions hosts/nixos/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
{ config, lib, pkgs, ... }:

{
imports =
[ <nixpkgs/nixos/modules/installer/scan/not-detected.nix>
];
#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 = [ ];
Expand Down

0 comments on commit e8affb5

Please sign in to comment.