Remove depdendency on <nixpkgs> in hardware-configuration

restic-rest-server
Simon Bruder 2020-12-06 10:44:59 +01:00
parent 8d9e3bbb8d
commit e499e9236d
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{ config, lib, pkgs, ... }:
{ config, lib, modulesPath, pkgs, ... }:
{
imports =
[
<nixpkgs/nixos/modules/installer/scan/not-detected.nix>
(modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" "rtsx_pci_sdmmc" ];