Compare commits
7 commits
5b5612390d
...
3d1ecf2393
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d1ecf2393 | |||
| c67d73920a | |||
| 5271b38a6a | |||
| 73cb52915f | |||
| b5e1c6c608 | |||
| 693e44a8fe | |||
| a21e0fb568 |
4 changed files with 16 additions and 20 deletions
|
|
@ -1,15 +1,11 @@
|
|||
# Do not modify this file! It was generated by ‘nixos-generate-config’
|
||||
# and may be overwritten by future invocations. Please make changes
|
||||
# to /etc/nixos/configuration.nix instead.
|
||||
{ config, lib, pkgs, modulesPath, ... }:
|
||||
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
modulesPath,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
imports =
|
||||
[ (modulesPath + "/installer/scan/not-detected.nix")
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "usb_storage" "sd_mod" "sr_mod" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue