21 lines
719 B
Nix
21 lines
719 B
Nix
# 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, ... }:
|
||
|
||
{
|
||
imports =
|
||
[ <nixpkgs/nixos/modules/installer/scan/not-detected.nix>
|
||
];
|
||
|
||
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" "e1000e" "virtio-pci"];
|
||
boot.initrd.kernelModules = [ ];
|
||
# boot.kernelModules = [ "kvm-intel" "virtio" "tun" ];
|
||
boot.kernelModules = [ "kvm-intel" ];
|
||
boot.extraModulePackages = [ ];
|
||
# boot.kernelParams = [ "console=ttyS0,115200n8" ];
|
||
|
||
|
||
powerManagement.cpuFreqGovernor = "ondemand";
|
||
nix.maxJobs = lib.mkDefault 8;
|
||
}
|