From 00300344182d87ffb21014f0bf0fe3ea0d2163d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Sun, 26 Jul 2026 15:59:06 +0200 Subject: [PATCH] snapshot pre-cleanup-2026-07-26T13-59-06Z --- modules/utilities/autoCleanup.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/utilities/autoCleanup.nix b/modules/utilities/autoCleanup.nix index faeceec..3d8918d 100644 --- a/modules/utilities/autoCleanup.nix +++ b/modules/utilities/autoCleanup.nix @@ -129,7 +129,7 @@ ]; text = '' - set -e + set -ex # shellcheck disable=SC1090 source "$NTFY_SECRET" @@ -206,7 +206,7 @@ ]; text = '' - set -e + set -ex # shellcheck disable=SC1090 source "$NTFY_SECRET"