profiles/server: install additional man-pages

This commit is contained in:
Gabriel Arazas 2023-06-11 12:27:37 +08:00
parent bfb4837627
commit f882f64989
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -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.