1
0
Fork 0

Automatic garbage collection

This commit is contained in:
clerie 2021-06-18 12:45:26 +02:00
parent d4d0a5b274
commit 416c19b1c3
1 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,12 @@
services.openssh.challengeResponseAuthentication = false;
services.openssh.permitRootLogin = lib.mkDefault "no";
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
services.nginx = {
enableReload = true;
recommendedGzipSettings = true;