From a93812c6471e87024a66edfbb688fa84f4089e22 Mon Sep 17 00:00:00 2001
From: rycee
nix.gc.automatic
+
+
+Automatically run the garbage collector at a specific time.
Note: This will only garbage collect the current user’s profiles.
+ +Type: +boolean
+ +Default:
+false
Declared by:
+
+
+<home-manager/modules/services/nix-gc.nix>
+
+ |
nix.gc.frequency
+
+
+The frequency at which to run the garbage collector.
These enums are based on special expressions from the +systemd.time(7)
+ +Type: +one of “hourly”, “weekly”, “monthly”, “semiannually”, “annually”
+ +Default:
+"weekly"
Example:
+"monthly"
Declared by:
+
+
+<home-manager/modules/services/nix-gc.nix>
+
+ |
nix.gc.options
+
+
+Options given to nix-collect-garbage
when the
+garbage collector is run automatically.
Type: +null or string
+ +Default:
+null
Example:
+"--max-freed $((64 * 1024**3))"
Declared by:
+
+
+<home-manager/modules/services/nix-gc.nix>
+
+ |
nix.registry