about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/common/system/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/hosts/common/system/default.nix b/hosts/common/system/default.nix
index 6fc0651..3e546ff 100644
--- a/hosts/common/system/default.nix
+++ b/hosts/common/system/default.nix
@@ -11,11 +11,6 @@
     ./users.nix
   ];
 
-  console = {
-    font = "Lat2-Terminus16";
-    keyMap = "us";
-  };
-
   # It's always useful to have bash around
   environment.shells = [ pkgs.bashInteractive pkgs.zsh pkgs.fish ];
 }