Skip to content

Instantly share code, notes, and snippets.

Created February 2, 2017 04:03
Show Gist options
  • Save anonymous/599f16a279cfff5489a81be6b84ccd5f to your computer and use it in GitHub Desktop.
Save anonymous/599f16a279cfff5489a81be6b84ccd5f to your computer and use it in GitHub Desktop.
# 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" "sd_mod" "sr_mod" "rtsx_pci_sdmmc" ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
swapDevices =
[ { device = "/dev/disk/by-uuid/ad04287d-2d18-4a97-9435-da59144bbad5"; }
];
nix.maxJobs = lib.mkDefault 8;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment