steveej-laptop: update hw config

This commit is contained in:
steveej 2018-01-26 12:43:08 +01:00
parent 59862639ac
commit ce024b8418

View file

@ -4,7 +4,8 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
nix.maxJobs = lib.mkDefault 2; nix.maxJobs = lib.mkDefault 3;
nix.buildCores = 3;
hardware.enableAllFirmware = true; hardware.enableAllFirmware = true;
hardware.trackpoint.emulateWheel = true; hardware.trackpoint.emulateWheel = true;
@ -16,8 +17,8 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
fileSystems."/boot" = fileSystems."/boot" = {
{ device = "/dev/disk/by-uuid/8567-6D0C"; device = "/dev/disk/by-uuid/445D-DBAA";
fsType = "vfat"; fsType = "vfat";
}; };