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";