about summary refs log tree commit diff
path: root/profiles/server.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--profiles/server.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/server.nix b/profiles/server.nix
index 5b96d56..27498d6 100644
--- a/profiles/server.nix
+++ b/profiles/server.nix
@@ -3,4 +3,11 @@
   imports = [
     ./default.nix
   ];
+
+  console = {
+    earlySetup = true;
+    font = "${pkgs.terminus_font}/share/consolefonts/ter-132n.psf.gz";
+    packages = with pkgs; [ terminus_font ];
+    keyMap = "us";
+  };
 }