]> Repositories - machines.git/blob - monsoon/hardware-configuration.nix
Configure VSCode
[machines.git] / monsoon / hardware-configuration.nix
1 # Do not modify this file!  It was generated by ‘nixos-generate-config’
2 # and may be overwritten by future invocations.  Please make changes
3 # to /etc/nixos/configuration.nix instead.
4 { config, lib, pkgs, modulesPath, ... }:
5
6 {
7   imports =
8     [ (modulesPath + "/installer/scan/not-detected.nix")
9     ];
10
11   boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usbhid" ];
12   boot.initrd.kernelModules = [ ];
13   boot.kernelModules = [ "kvm-amd" ];
14   boot.extraModulePackages = [ ];
15
16   nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
17   hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
18 }