Guest User

Untitled

a guest
May 20th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 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" "nvme" "usbhid" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
  12. boot.kernelModules = [ "kvm-intel" ];
  13. boot.extraModulePackages = [ ];
  14.  
  15. fileSystems."/" =
  16. { device = "/dev/disk/by-uuid/a751e4ea-f1aa-48e1-9cbe-423878e29b62";
  17. fsType = "btrfs";
  18. };
  19.  
  20. boot.initrd.luks.devices."nix-crypt".device = "/dev/disk/by-uuid/320ef81d-283f-4916-ac26-ecfb0f31e549";
  21.  
  22. fileSystems."/boot" =
  23. { device = "/dev/disk/by-uuid/0E07-7805";
  24. fsType = "vfat";
  25. };
  26.  
  27. swapDevices =
  28. [ { device = "/dev/disk/by-uuid/d9c4c15b-0e9c-47f6-8675-93b1b8de5f9d"; }
  29. ];
  30.  
  31. nix.maxJobs = lib.mkDefault 4;
  32. powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
  33. }
Add Comment
Please, Sign In to add comment