about summary refs log tree commit diff
path: root/modules/user/openlab/base.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/openlab/base.nix')
-rw-r--r--modules/user/openlab/base.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/modules/user/openlab/base.nix b/modules/user/openlab/base.nix
index b37d34c6..accf0271 100644
--- a/modules/user/openlab/base.nix
+++ b/modules/user/openlab/base.nix
@@ -26,10 +26,14 @@ in
     };
 
     i18n = {
-      consoleFont = "lat9w-16";
-      consoleKeyMap = "us";
       defaultLocale = "de_DE.UTF-8";
     };
+
+    console = {
+      font = "lat9w-16";
+      keyMap = "us";
+    };
+
     time.timeZone = "Europe/Berlin";
 
     hardware.enableRedistributableFirmware = true;