Update configuration.nix

This commit is contained in:
Aaron Honeycutt 2023-01-23 20:24:48 +00:00
parent 21da6ad952
commit 63bdd81ea1

View file

@ -24,6 +24,15 @@
};
};
nix.settings.auto-optimise-store = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
networking.networkmanager.enable = true;
# Set your time zone.