Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2016
742
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  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, ... }:
  5.  
  6. {
  7. imports =
  8. [ <nixpkgs/nixos/modules/installer/scan/not-detected.nix>
  9. ];
  10.  
  11. boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "usbhid" "sd_mod" "sr_mod" "rtsx_pci_sdmmc" ];
  12. boot.kernelModules = [ "kvm-intel" "wl" ];
  13. boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
  14.  
  15. fileSystems."/" =
  16. { device = "/dev/disk/by-uuid/7ddf948e-f773-479d-9c2a-263236a5b70d";
  17. fsType = "ext4";
  18. };
  19.  
  20. swapDevices =
  21. [ { device = "/dev/disk/by-uuid/85a7ea65-8bb8-43a6-9ef5-6cab74263244"; }
  22. ];
  23.  
  24. nix.maxJobs = lib.mkDefault 4;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement