diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/muhammed/configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/muhammed/configuration.nix b/hosts/muhammed/configuration.nix index 96564fb..f3908b2 100644 --- a/hosts/muhammed/configuration.nix +++ b/hosts/muhammed/configuration.nix @@ -64,6 +64,12 @@ }; }; + # Enable nightly GC of Nix store. + nix.gc = { + automatic = true; + interval = {Hour = 3;}; + }; + # System-specific version info. home-manager.users.linus.home.stateVersion = "22.05"; system.stateVersion = 4; |