From 0d61dcd07988fece0bf7595e0b01826df0ebfbac Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 25 Dec 2023 13:29:02 -0500 Subject: [PATCH] Fix gc options Signed-off-by: ahuston-0 --- systems/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/configuration.nix b/systems/configuration.nix index f11a787..6e5d651 100644 --- a/systems/configuration.nix +++ b/systems/configuration.nix @@ -116,7 +116,7 @@ gc = { automatic = true; dates = "weekly"; - options = "--delete-oder-than 30d"; + options = "--delete-older-than 30d"; }; diffSystem = true; @@ -130,4 +130,4 @@ flake = "github:RAD-Development/nix-dotfiles"; }; }; -} \ No newline at end of file +}