mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
profiles/server: install additional man-pages
This commit is contained in:
parent
bfb4837627
commit
f882f64989
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user