From a550479669c890b4d69dd584154798b0a8f3b90c 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 f17f6c2..82d02f4 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -231,7 +231,7 @@ in system.autoUpgrade.flake = "github:ahuston-0/nix-dotfiles-hydra"; - gc.options = "--delete-older-than 150d"; + nix.gc.options = "--delete-older-than 150d"; sops = { defaultSopsFile = ./secrets.yaml;