From ab73873a51981f0b9e380e9da76e4180f02560da Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 20 Apr 2024 11:30:15 -0400 Subject: [PATCH] gc fix Signed-off-by: ahuston-0 --- systems/palatine-hill/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/palatine-hill/configuration.nix b/systems/palatine-hill/configuration.nix index fb65026..9133f6a 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -238,7 +238,7 @@ in nix.gc.options = "--delete-older-than 150d"; - gc.options = "--delete-older-than 150d"; + nix.gc.options = "--delete-older-than 150d"; sops = { defaultSopsFile = ./secrets.yaml;