disable documentation.nixos on servers to speed up eval

This commit is contained in:
Sean Buckley 2021-04-21 16:05:55 -04:00
parent c788a947b2
commit 5c8931d918

View file

@ -12,6 +12,7 @@ in
(mkIf (cfg == "server") {
services.openssh.enable = true;
documentation.nixos.enable = false;
nix.gc = {
automatic = true;
options = "--delete-older-than 30d";