From 1031e91cbd366f3d4c3d5f25b08721fa4c0d0c10 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 26 Sep 2018 17:44:13 +0200 Subject: ... --- hel.nix | 7 +++++++ hel/boot.nix | 5 +++++ hel/hw.nix | 7 ------- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/hel.nix b/hel.nix index a0067783..ac29a69d 100644 --- a/hel.nix +++ b/hel.nix @@ -331,6 +331,13 @@ }; }; + hardware.trackpoint = { + enable = true; + emulateWheel = true; + sensitivity = 255; + speed = 160; + }; + systemd.services."gpsd".wants = [ "chronyd.service" ]; systemd.services."gpsd".after = [ "chronyd.service" ]; diff --git a/hel/boot.nix b/hel/boot.nix index 318b860b..b7cc0429 100644 --- a/hel/boot.nix +++ b/hel/boot.nix @@ -7,6 +7,11 @@ loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true; + timeout = null; + }; + + plymouth = { + enable = true; }; tmpOnTmpfs = true; diff --git a/hel/hw.nix b/hel/hw.nix index 33ff8555..d8c9df4c 100644 --- a/hel/hw.nix +++ b/hel/hw.nix @@ -26,12 +26,5 @@ nix.maxJobs = lib.mkDefault 4; - hardware.trackpoint = { - enable = true; - emulateWheel = true; - sensitivity = 255; - speed = 160; - }; - hardware.cpu.intel.updateMicrocode = true; } -- cgit v1.2.3