summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-07-03 08:44:46 +0200
committersils <sils@sils.li>2023-07-03 08:44:46 +0200
commitace29a45e5301f71bba920ffc905e535d705dfcc (patch)
treeedf66805002745ae157a263736b669c47de0aef2 /hosts
parentFix(sys): Yank sound config out of hosts (diff)
downloadnix-config-ace29a45e5301f71bba920ffc905e535d705dfcc.tar.gz
nix-config-ace29a45e5301f71bba920ffc905e535d705dfcc.zip
Fix(sys): Seperate terminal keyboardlayout from hosts
Diffstat (limited to 'hosts')
-rw-r--r--hosts/thinklappi/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/hosts/thinklappi/default.nix b/hosts/thinklappi/default.nix
index d0887d7..a2d6635 100644
--- a/hosts/thinklappi/default.nix
+++ b/hosts/thinklappi/default.nix
@@ -33,11 +33,6 @@
 
   time.timeZone = "Europe/Berlin";
 
-  console = {
-    font = "Lat2-Terminus16";
-    keyMap = "de";
-  };
-
   programs.ssh.startAgent = true;
 
   system.stateVersion = "23.05";