e576c3182a
This reverts commit 14cb17d0ce
.
12 lines
317 B
Nix
12 lines
317 B
Nix
_:
|
|
# TODO: do not check out nixpkgs master but fetch revision from github
|
|
{
|
|
environment.noXlibs = true;
|
|
nix.gc.automatic = true;
|
|
nix.gc.dates = "03:10";
|
|
programs.info.enable = false;
|
|
programs.man.enable = false;
|
|
services.journald.extraConfig = "SystemMaxUse=50M";
|
|
services.nixosManual.enable = false;
|
|
}
|