From d021c1b7c59a784a755ef9f219a6b7a7607f7595 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 29 Jun 2023 21:24:22 +0900 Subject: [PATCH] fix gc --- laptop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laptop/configuration.nix b/laptop/configuration.nix index 2c5e7b15..043969b5 100644 --- a/laptop/configuration.nix +++ b/laptop/configuration.nix @@ -164,7 +164,7 @@ services.tailscale.enable = true; # Garbage collection -- Keep the system clean - gc = { + nix.gc = { automatic = true; dates = "weekly"; options = "--delete-older-than 30d";