diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/common/core/nix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/core/nix.nix b/hosts/common/core/nix.nix index 608425f..c6279dc 100644 --- a/hosts/common/core/nix.nix +++ b/hosts/common/core/nix.nix @@ -31,6 +31,6 @@ in { script = "/run/current-system/sw/bin/nix-collect-garbage --delete-older-than 30d"; startAt = "daily"; }; - } + }; } |