From 8f1ea421dc3b2e65c7f942bc3ca282ec45ec3a80 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 7 Dec 2025 22:01:57 -0600 Subject: [PATCH] comment --- homeManagerModules/restic/resticprofile.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeManagerModules/restic/resticprofile.nix b/homeManagerModules/restic/resticprofile.nix index b9fb45f..fbcff2a 100644 --- a/homeManagerModules/restic/resticprofile.nix +++ b/homeManagerModules/restic/resticprofile.nix @@ -7,6 +7,7 @@ let baseProfile = import ./profiles/base.nix { inherit lib config; }; profiles = lib.recursiveUpdate baseProfile cfg.profiles; in { + # Create the programs.resticprofile option options.programs.resticprofile = { enable = mkEnableOption "Enable resticprofile (Restic backup profile manager)"; @@ -59,7 +60,6 @@ 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";