mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +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") {
|
(mkIf (cfg == "server") {
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
documentation.nixos.enable = false;
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
options = "--delete-older-than 30d";
|
options = "--delete-older-than 30d";
|
||||||
|
|
Loading…
Reference in a new issue