unpackerr fix

This commit is contained in:
Danilo Reyes 2024-08-25 13:42:51 -06:00
parent e406180a47
commit 3c4cd28a83

View File

@ -33,8 +33,10 @@ in {
unpackerr.enable = lib.mkEnableOption "enable";
};
config = lib.mkIf config.my.servers.qbittorrent.enable {
home-manager.users.jawz.xdg.configFile."unpackerr.conf".source =
lib.mkIf config.my.servers.unpackerr.enable ../../dotfiles/unpackerr.conf;
home-manager.users.jawz.xdg.configFile."unpackerr.conf" =
lib.mkIf config.my.servers.unpackerr.enable {
source = ../../dotfiles/unpackerr.conf;
};
systemd = {
packages = [ pkgs.qbittorrent-nox ];
services = {