1

Add additional man pages

This commit is contained in:
2023-11-14 16:53:22 +01:00
parent f6a942653c
commit d302da12ac

View File

@ -132,6 +132,10 @@ with mylib.networking; {
]; ];
}; };
documentation.enable = true;
documentation.man.enable = true;
documentation.dev.enable = true;
# Set your time zone. # Set your time zone.
time.timeZone = "Europe/Berlin"; time.timeZone = "Europe/Berlin";
@ -338,6 +342,8 @@ with mylib.networking; {
procps # pgrep, pkill procps # pgrep, pkill
slirp4netns # user network namespaces slirp4netns # user network namespaces
wireguard-tools wireguard-tools
man-pages
man-pages-posix
]; ];
# NOTE: Gnome # NOTE: Gnome