30 lines
872 B
Nix
Raw Normal View History

2020-02-07 03:52:17 +04: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.
2020-08-04 01:46:48 +04:00
{ config, lib, pkgs, inputs, ... }:
2020-02-07 03:52:17 +04:00
{
imports =
2020-08-04 01:46:48 +04:00
[ "${inputs.nixpkgs}/nixos/modules/installer/scan/not-detected.nix" ];
2020-02-07 03:52:17 +04:00
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
fileSystems."/" =
2020-04-26 14:47:59 +04:00
{ device = "/dev/disk/by-uuid/f644c950-a400-4c53-b359-41cfa4a1ec9d";
2020-03-22 01:07:54 +04:00
fsType = "f2fs";
2020-02-07 03:52:17 +04:00
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/7294-A273";
fsType = "vfat";
};
swapDevices = [ ];
nix.maxJobs = lib.mkDefault 8;
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
}