From 8e9d0a8d5cd987ef696fe60496b6dc1ba0d93b3a Mon Sep 17 00:00:00 2001 From: Filip Hoffmann Date: Sun, 4 May 2025 12:12:27 +0200 Subject: [PATCH] nix cleanups on wednesdays and sundays --- system/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/nix.nix b/system/nix.nix index af74e33..82754e3 100644 --- a/system/nix.nix +++ b/system/nix.nix @@ -11,6 +11,6 @@ enable = true; flake = "/home/${userSettings.username}/dotfiles"; clean.enable = true; - clean.dates = "daily"; + clean.dates = "Wed, Sun"; }; } -- 2.51.2