about summary refs log tree commit diff
path: root/machines/profpatsch/base-workstation.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2019-12-22 20:49:43 +0100
committerProfpatsch <mail@profpatsch.de>2019-12-22 20:51:00 +0100
commitf0e65e6254ea72f92422392f4493681ff6c5c760 (patch)
tree004a2881c3761f8e7344b27fa5e28d923d27189d /machines/profpatsch/base-workstation.nix
parent075c4e093d5bcef94f2b5e1df44a8e364edfbbc2 (diff)
machines: `consoleFont` and `consoleKeyMap` moved to `console`
Fixes the evaluation warning.

cc @aszlig @devhell @sternenseemann
Diffstat (limited to 'machines/profpatsch/base-workstation.nix')
-rw-r--r--machines/profpatsch/base-workstation.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix
index 1d70951e..b71ed3e3 100644
--- a/machines/profpatsch/base-workstation.nix
+++ b/machines/profpatsch/base-workstation.nix
@@ -34,9 +34,9 @@ in {
       };
     };
 
-    i18n = {
-      consoleFont = "lat9w-16";
-      consoleKeyMap = "neo";
+    console = {
+      font = "lat9w-16";
+      keyMap = "neo";
     };
 
     # Enables drivers, acpi, power management