updating nix gc config

This commit is contained in:
Julian Sutter 2023-01-29 12:26:36 -08:00
parent 45f05e5bdd
commit cc43c74ee7

View file

@ -43,7 +43,6 @@
options = "--delete-older-than 7d";
};
package = pkgs.nixVersions.stable;
modules.registry.nixpkgs.flake = inputs.nixpkgs;
settings = {
auto-optimise-store = true;
trusted-users = [ "root" "jsutter" ];