Compare commits
7 commits
5b5612390d
...
3d1ecf2393
Author | SHA1 | Date | |
---|---|---|---|
Antoine Martin | 3d1ecf2393 | ||
Antoine Martin | c67d73920a | ||
Antoine Martin | 5271b38a6a | ||
Antoine Martin | 73cb52915f | ||
Antoine Martin | b5e1c6c608 | ||
Antoine Martin | 693e44a8fe | ||
Antoine Martin | a21e0fb568 |
|
@ -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…
Reference in a new issue