From f882f64989b28cb51466679168086bfcb4472cb0 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 11 Jun 2023 12:27:37 +0800 Subject: [PATCH] profiles/server: install additional man-pages --- modules/nixos/profiles/server.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/nixos/profiles/server.nix b/modules/nixos/profiles/server.nix index 7d8fc76f..a4cd2db2 100644 --- a/modules/nixos/profiles/server.nix +++ b/modules/nixos/profiles/server.nix @@ -31,6 +31,10 @@ in # "Coordinated Universal Time" (which does not abbreviates to UTC, WTF?). time.timeZone = "UTC"; + # Add the usual manpages because it is not installed by default + # apparently. + environment.systemPackages = with pkgs; [ man-pages ]; + # Most servers will have to be accessed for debugging so it is here. But # be sure to set the appropriate public keys for the users from that # server.