From 63bdd81ea1d264340828544db8a953625d2db815 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 23 Jan 2023 20:24:48 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/configuration.nix b/configuration.nix index cc4b323..ca3e9f3 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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.