Created
February 2, 2017 04:03
-
-
Save anonymous/599f16a279cfff5489a81be6b84ccd5f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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