nixos-configuration/hardware/hardware-configuration-desktop.nix.bak

33 lines
954 B
Nix
Raw Normal View History

2020-05-30 14:07:02 +02:00
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, ... }:
{
imports =
[ <nixpkgs/nixos/modules/installer/scan/not-detected.nix>
];
boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/ad7ff130-6171-4c9e-85c9-3db3f4bf5ae9";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/8939-9AFF";
fsType = "vfat";
};
swapDevices =
[ { device = "/dev/disk/by-uuid/ecb19fb8-4335-40d4-89ff-2b11947e0e0e"; }
];
nix.maxJobs = lib.mkDefault 8;
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
}