From 15731fd9f023cd2866a7be6cb8b5f9b373cb5aa0 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Fri, 23 Dec 2022 09:21:44 +0100 Subject: [PATCH] Fix garbage collection options --- modules/nix-common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nix-common/default.nix b/modules/nix-common/default.nix index 439cd3e..9842cfb 100644 --- a/modules/nix-common/default.nix +++ b/modules/nix-common/default.nix @@ -66,7 +66,7 @@ in gc = { automatic = true; dates = "daily"; - options = "--delete-older-than=30d"; + options = "--delete-older-than 30d"; }; };