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.