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.