Guest User

Untitled

a guest
Dec 17th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 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 = [ "uhci_hcd" "ehci_pci" "ata_piix" "firewire_ohci" "usbhid" "sd_mod" "sr_mod" ];
  12. boot.initrd.kernelModules = [ ];
  13. boot.kernelModules = [ "kvm-intel" "wl" ];
  14. boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
  15.  
  16. fileSystems."/" =
  17. { device = "/dev/disk/by-uuid/ab9596a2-7dda-4787-a833-9b64d6ac2522";
  18. fsType = "ext4";
  19. };
  20.  
  21. swapDevices =
  22. [ { device = "/dev/disk/by-uuid/c20f5501-31ee-4066-aa53-73a504e9d35c"; }
  23. ];
  24.  
  25. nix.maxJobs = lib.mkDefault 2;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment