Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
939 B

4 years ago
  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. imports =
  7. [ <nixpkgs/nixos/modules/installer/scan/not-detected.nix>
  8. ];
  9. boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" "sr_mod" ];
  10. boot.initrd.kernelModules = [ ];
  11. boot.kernelModules = [ "kvm-intel" ];
  12. boot.extraModulePackages = [ ];
  13. fileSystems."/" =
  14. { device = "/dev/disk/by-uuid/f0cc2b2c-8370-4319-81cd-dd66a2f15e42";
  15. fsType = "ext4";
  16. };
  17. fileSystems."/boot" =
  18. { device = "/dev/disk/by-uuid/DAD9-70D3";
  19. fsType = "vfat";
  20. };
  21. swapDevices =
  22. [ { device = "/dev/disk/by-uuid/c4e402ad-8efb-4b49-bc1d-9201a1b485aa"; }
  23. ];
  24. nix.maxJobs = lib.mkDefault 12;
  25. powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
  26. }