Enable garbage-collect, menzel netbox

This commit is contained in:
2023-07-25 11:01:06 +02:00
parent c7bf96b242
commit 6871ccffe6

View File

@@ -12,20 +12,20 @@ boot.kernelPackages = pkgs.linuxPackages_latest;
keep-outputs = true keep-outputs = true
keep-derivations = true keep-derivations = true
''; '';
# package = pkgs.nixFlakes; package = pkgs.nixFlakes;
# gc = { gc = {
# automatic = true; automatic = true;
# dates = "weekly"; dates = "weekly";
# options = "--delete-older-than 7d"; options = "--delete-older-than 7d";
# persistent = true; persistent = true;
# }; };
settings.auto-optimise-store = true; settings.auto-optimise-store = true;
}; };
#### extra network #### #### extra network ####
#networking.extraHosts = networking.extraHosts =
# '' ''
# 10.8.0.1 auth.w3n.cc 10.1.40.50 netbox-100.intern.menzel-it.net
# ''; '';
# #
} }