From ce024b8418ac2f407af1257f0314f4dcde5b4a24 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Fri, 26 Jan 2018 12:43:08 +0100 Subject: [PATCH] steveej-laptop: update hw config --- nixos-configuration/steveej-laptop/hw.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/nixos-configuration/steveej-laptop/hw.nix b/nixos-configuration/steveej-laptop/hw.nix index 3d916c1..ee038cd 100644 --- a/nixos-configuration/steveej-laptop/hw.nix +++ b/nixos-configuration/steveej-laptop/hw.nix @@ -4,7 +4,8 @@ { config, lib, pkgs, ... }: { - nix.maxJobs = lib.mkDefault 2; + nix.maxJobs = lib.mkDefault 3; + nix.buildCores = 3; hardware.enableAllFirmware = true; hardware.trackpoint.emulateWheel = true; @@ -16,9 +17,9 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - fileSystems."/boot" = - { device = "/dev/disk/by-uuid/8567-6D0C"; - fsType = "vfat"; + fileSystems."/boot" = { + device = "/dev/disk/by-uuid/445D-DBAA"; + fsType = "vfat"; }; fileSystems."/" = {