mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 21:39:23 +02:00
move hardware-modules into systems files
This commit is contained in:
parent
aa515f3498
commit
6b06523162
5 changed files with 28 additions and 20 deletions
|
@ -1,7 +1,10 @@
|
|||
{ modulesPath, lib, ... }:
|
||||
{ modulesPath, lib, nixos-hardware, ... }:
|
||||
|
||||
{
|
||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||
imports = [
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
nixos-hardware.nixosModules.raspberry-pi-4
|
||||
];
|
||||
|
||||
boot = {
|
||||
initrd = { availableKernelModules = [ "xhci_pci" ]; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue