disable documentation
This commit is contained in:
parent
7b343a54a4
commit
18aba8953d
1 changed files with 15 additions and 0 deletions
15
common.nix
15
common.nix
|
@ -89,4 +89,19 @@
|
||||||
PermitRootLogin = "prohibit-password";
|
PermitRootLogin = "prohibit-password";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
documentation = {
|
||||||
|
enable = false;
|
||||||
|
doc.enable = false;
|
||||||
|
dev.enable = false;
|
||||||
|
info.enable = false;
|
||||||
|
nixos = {
|
||||||
|
enable = false;
|
||||||
|
includeAllModules = false;
|
||||||
|
options.warningsAreErrors = false;
|
||||||
|
};
|
||||||
|
man = {
|
||||||
|
enable = false;
|
||||||
|
generateCaches = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue