about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-06-27 01:14:02 +0200
committerProfpatsch <mail@profpatsch.de>2022-06-27 01:14:02 +0200
commitaf1a9bf3395e068a3a6fcd3f1e7ef0f7f42e86ff (patch)
tree38f1a854dfcee92f97d80983bc24b2b86a91e879 /machines/profpatsch
parentd614baf80e676e3047e67d545f94e61cba2d7a0c (diff)
machines/profpatsch: move console key config to base
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/base-workstation.nix5
-rw-r--r--machines/profpatsch/base.nix6
2 files changed, 6 insertions, 5 deletions
diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix
index 69318d94..65a22e64 100644
--- a/machines/profpatsch/base-workstation.nix
+++ b/machines/profpatsch/base-workstation.nix
@@ -28,11 +28,6 @@ in {
       };
     };
 
-    console = {
-      font = "lat9w-16";
-      keyMap = "neo";
-    };
-
     vuizvui.services.upower = {
       enable = true;
       settings = {
diff --git a/machines/profpatsch/base.nix b/machines/profpatsch/base.nix
index d177edb5..c6fcf130 100644
--- a/machines/profpatsch/base.nix
+++ b/machines/profpatsch/base.nix
@@ -20,6 +20,12 @@ in
     # Setting it to UTC explicitely makes it impossible to override at runtime
     time.timeZone = lib.mkDefault "UTC";
 
+    # Set default input keymapping to neo (haha sorry everybody)
+    console = {
+      font = "lat9w-16";
+      keyMap = "neo";
+    };
+
     # the kernel OOM is not good enough without swap,
     # and I don’t like swap. This kills the most hoggy
     # processes when the system goes under a free space limit