From 34eaffdd6512474b9bbd54c560bce1bb9ac1280a Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 9 Nov 2025 21:21:22 -0600 Subject: [PATCH] added resticprofile test --- homeManagerModules/restic/resticprofile.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/homeManagerModules/restic/resticprofile.nix b/homeManagerModules/restic/resticprofile.nix index b33f3ab..b9fb45f 100644 --- a/homeManagerModules/restic/resticprofile.nix +++ b/homeManagerModules/restic/resticprofile.nix @@ -59,6 +59,7 @@ in { rp schedule --all '') (pkgs.writeShellScriptBin "rp-test" "rp run-schedule backup@default --dry-run") + (pkgs.writeShellScriptBin "rp-test" "rp run-schedule backup@default --dry-run") ]; xdg.configFile."resticprofile/profiles.yaml".source = yamlFormat.generate "profiles" { version = "2";