Guest User

Untitled

a guest
Mar 28th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 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" "usb_storage" "sd_mod" "sdhci_pci" ];
  12. boot.initrd.kernelModules = [ "dm-snapshot" ];
  13. boot.kernelModules = [ "kvm-intel" ];
  14. boot.extraModulePackages = [ ];
  15.  
  16. fileSystems."/" =
  17. { device = "/dev/disk/by-uuid/d03073a7-a4b5-4afc-9428-acc1209c13c3";
  18. fsType = "ext4";
  19. };
  20.  
  21. fileSystems."/boot" =
  22. { device = "/dev/disk/by-uuid/7342-6DE1";
  23. fsType = "vfat";
  24. };
  25.  
  26. swapDevices =
  27. [ { device = "/dev/disk/by-uuid/548d522a-bccc-4181-af99-fdbcb0049625"; }
  28. ];
  29.  
  30. nix.maxJobs = lib.mkDefault 12;
  31. powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
  32. }
Advertisement
Add Comment
Please, Sign In to add comment