diff --git a/Makefile b/Makefile index ab9700b..7017609 100644 --- a/Makefile +++ b/Makefile @@ -20,3 +20,8 @@ rekey-secrets: .PHONY: clean-old-nixos-profiles clean-old-nixos-profiles: doas nix-collect-garbage -d + +# Garbage Collect +.PHONY: gc +gc: + nix store gc \ No newline at end of file