From 54ce10d7cfb5bca7722f3cae5f351347aca4bdc5 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Wed, 4 Jun 2025 12:45:59 -0700 Subject: Fix typo --- hosts/common/core/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/common/core/nix.nix') diff --git a/hosts/common/core/nix.nix b/hosts/common/core/nix.nix index 608425f..c6279dc 100644 --- a/hosts/common/core/nix.nix +++ b/hosts/common/core/nix.nix @@ -31,6 +31,6 @@ in { script = "/run/current-system/sw/bin/nix-collect-garbage --delete-older-than 30d"; startAt = "daily"; }; - } + }; } -- cgit v1.2.3