diff --git a/hosts/common/nix.nix b/hosts/common/nix.nix index b26b03c..a57297e 100644 --- a/hosts/common/nix.nix +++ b/hosts/common/nix.nix @@ -2,9 +2,15 @@ { nix = { - settings.auto-optimise-store = true; + settings = { + auto-optimise-store = true; + connect-timeout = 10; + log-lines = 25; + min-free = 128000000; + max-free = 1000000000; + }; extraOptions = "experimental-features = nix-command flakes"; - gc = { # Garbage collector + gc = { automatic = true; options = "--delete-older-than 8d"; }; diff --git a/hosts/desktops/common/packages.nix b/hosts/desktops/common/packages.nix index cec620b..58a1aa7 100644 --- a/hosts/desktops/common/packages.nix +++ b/hosts/desktops/common/packages.nix @@ -67,6 +67,7 @@ adb.enable = true; steam.enable = true; dconf.enable = true; + nix-ld.enable = true; kdeconnect.enable = true; partition-manager.enable = true; gnupg.agent = {