diff options
| author | Mel <einebeere@gmail.com> | 2024-11-13 04:23:36 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-11-13 04:23:36 +0100 |
| commit | 09d4d77820af06e7b30fe756634fb5d2d9a04914 (patch) | |
| tree | 2efdbae917af5a1e67259ab532e7c0c4d75749bd /modules | |
| parent | 0f6f4da648fe0a3635080e8474297a3f1aec8b60 (diff) | |
| download | network-09d4d77820af06e7b30fe756634fb5d2d9a04914.tar.zst network-09d4d77820af06e7b30fe756634fb5d2d9a04914.zip | |
Disable man cache generation
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/common.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix index 23d8270..7cceb15 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -9,8 +9,11 @@ ]; boot.kernelPackages = pkgs.linuxPackages_latest; - + # fish enables this by default, + # it makes every nixos rebuild very slow. + documentation.man.generateCaches = false; + users.motd = '' /^ /^ |
