From f28794e7655f554c5f6d90db7b72635485caaac8 Mon Sep 17 00:00:00 2001 From: NullBite Date: Wed, 17 Jul 2024 18:02:42 -0400 Subject: [PATCH] rpi4: fix backup issue find command --- hosts/rpi4/backup.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/rpi4/backup.nix b/hosts/rpi4/backup.nix index 759c306..00a96eb 100644 --- a/hosts/rpi4/backup.nix +++ b/hosts/rpi4/backup.nix @@ -26,6 +26,7 @@ in "/etc" ]; dynamicFilesFrom = '' + echo find /var/lib -mindepth 1 -maxdepth 1 -type d -name 'authelia-*' '';