Skip to content

Commit

Permalink
chore: move recyclarr.yml -> conf.d/recyclarr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Dec 6, 2024
1 parent 877db43 commit bb3f5eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions home-manager/modules/recyclarr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
home.packages = [
pkgs.recyclarr
(pkgs.writeScriptBin "recyclarr-sync" ''
op inject -i ~/git/dotfiles/recyclarr.yml -o ~/git/dotfiles/recyclarr-tmp.yml \
&& recyclarr sync --config ~/git/dotfiles/recyclarr-tmp.yml
rm ~/git/dotfiles/recyclarr-tmp.yml
op inject -i ~/git/dotfiles/conf.d/recyclarr.yml -o ~/git/dotfiles/recyclarr-tmp.yml \
&& recyclarr sync --config ~/git/dotfiles/conf.d/recyclarr-tmp.yml
rm -f ~/git/dotfiles/conf.d/recyclarr-tmp.yml
'')
];
}
Expand Down

0 comments on commit bb3f5eb

Please sign in to comment.