From f0e65e6254ea72f92422392f4493681ff6c5c760 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 22 Dec 2019 20:49:43 +0100 Subject: machines: `consoleFont` and `consoleKeyMap` moved to `console` Fixes the evaluation warning. cc @aszlig @devhell @sternenseemann --- machines/devhell/sigrun.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'machines/devhell/sigrun.nix') diff --git a/machines/devhell/sigrun.nix b/machines/devhell/sigrun.nix index 4fba2ffe..9db7c063 100644 --- a/machines/devhell/sigrun.nix +++ b/machines/devhell/sigrun.nix @@ -71,11 +71,14 @@ nix.maxJobs = 8; i18n = { - consoleFont = "Lat2-Terminus16"; - consoleKeyMap = "dvorak"; defaultLocale = "en_US.UTF-8"; }; + console = { + font = "Lat2-Terminus16"; + keyMap = "dvorak"; + }; + powerManagement.powerUpCommands = '' ${pkgs.hdparm}/sbin/hdparm -B 255 \ /dev/disk/by-id/ata-ST31500541AS_6XW0NK21 -- cgit 1.4.1