mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +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?).
|
# "Coordinated Universal Time" (which does not abbreviates to UTC, WTF?).
|
||||||
time.timeZone = "UTC";
|
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
|
# 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
|
# be sure to set the appropriate public keys for the users from that
|
||||||
# server.
|
# server.
|
||||||
|
Loading…
Reference in New Issue
Block a user