diff options
Diffstat (limited to 'users/grfn')
-rw-r--r-- | users/grfn/system/system/modules/common.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/grfn/system/system/modules/common.nix b/users/grfn/system/system/modules/common.nix index 741b0473a5a9..a91584680d52 100644 --- a/users/grfn/system/system/modules/common.nix +++ b/users/grfn/system/system/modules/common.nix @@ -32,8 +32,13 @@ with lib; lm_sensors dnsutils htop + man-pages + man-pages-posix ]; + documentation.dev.enable = true; + documentation.man.generateCaches = true; + services.openssh.enable = true; programs.ssh.startAgent = true; |