From c648e45a23d49f66dd851b6606115bf46abda3c1 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 28 Jul 2025 20:34:37 -0500 Subject: [PATCH] added test script --- homeManagerModules/restic/resticprofile.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/homeManagerModules/restic/resticprofile.nix b/homeManagerModules/restic/resticprofile.nix index e4348bb..88b5243 100644 --- a/homeManagerModules/restic/resticprofile.nix +++ b/homeManagerModules/restic/resticprofile.nix @@ -57,6 +57,7 @@ in { rp unschedule --all rp schedule --all '') + (pkgs.writeShellScriptBin "rp-test" "rp run-schedule backup@default --dry-run") ]; xdg.configFile."resticprofile/profiles.yaml".source = yamlFormat.generate "profiles" { version = "2";