ma minimal: consoleKeyMap -> console.keyMap

This commit is contained in:
makefu 2020-04-23 16:45:08 +02:00
parent 0c3b57081d
commit 5b0d6c30d0
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -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" ];