From af1a9bf3395e068a3a6fcd3f1e7ef0f7f42e86ff Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 27 Jun 2022 01:14:02 +0200 Subject: machines/profpatsch: move console key config to base --- machines/profpatsch/base-workstation.nix | 5 ----- machines/profpatsch/base.nix | 6 ++++++ 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'machines') 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 -- cgit 1.4.1