forked from emily/nixfiles
disabled man cache
it takes forever to generate
This commit is contained in:
parent
d237478fe8
commit
3e73ddbcef
2 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,7 @@ with lib; {
|
||||||
|
|
||||||
security.dhparams.defaultBitSize = 4096;
|
security.dhparams.defaultBitSize = 4096;
|
||||||
|
|
||||||
|
documentation.man.generateCaches = false;
|
||||||
system.activationScripts.motd.text = let
|
system.activationScripts.motd.text = let
|
||||||
cfg = config.system.nixos;
|
cfg = config.system.nixos;
|
||||||
in ''
|
in ''
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
kyouma.machine-type.headless = true;
|
kyouma.machine-type.headless = true;
|
||||||
|
|
||||||
documentation.man.generateCaches = false;
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
vim
|
vim
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue