aboutsummaryrefslogtreecommitdiff
path: root/profiles/server.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-02 08:03:36 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-02 08:03:36 -0700
commit7aa912237697c08537688cc4d13d75bff819f7aa (patch)
tree646be15680ccec130463e5c66da65a5cf0a0f403 /profiles/server.nix
parentprofiles/workstation: add font configurations (diff)
downloadinfra-7aa912237697c08537688cc4d13d75bff819f7aa.tar.gz
profiles/default: more consolidation
Diffstat (limited to 'profiles/server.nix')
-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";
+ };
}