From 4300a1edd0589c9f13a6cf082c2a78176ae12944 Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 23 Apr 2020 16:45:08 +0200 Subject: [PATCH] ma minimal: consoleKeyMap -> console.keyMap --- 2configs/minimal.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2configs/minimal.nix b/2configs/minimal.nix index ad4c128..78a9dcf 100644 --- a/2configs/minimal.nix +++ b/2configs/minimal.nix @@ -69,9 +69,9 @@ # the only locale you will ever need i18n = { - consoleKeyMap = "us"; defaultLocale = "en_US.UTF-8"; }; + console.keyMap = "us"; # suppress chrome autit event messages security.audit.rules = [ "-a task,never" ];