dotfiles/hosts/nixos-laptop/hardware-configuration.nix

18 lines
542 B
Nix
Raw Permalink Normal View History

2021-09-08 19:43:08 +02:00
# 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.
{ modulesPath
2023-09-27 12:38:41 +02:00
, lib
2022-07-15 13:11:54 +02:00
, ...
}: {
2021-10-03 12:31:31 +02:00
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
2023-09-27 12:38:41 +02:00
boot = {
initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "rtsx_pci_sdmmc" ];
initrd.kernelModules = [ ];
kernelModules = [ "kvm-amd" ];
extraModulePackages = [ ];
};
2021-09-08 19:43:08 +02:00
2023-09-27 12:38:41 +02:00
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
2021-09-08 19:43:08 +02:00
}