mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
disable documentation.nixos on servers to speed up eval
This commit is contained in:
parent
c788a947b2
commit
5c8931d918
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue