mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
modules/{prowlarr,radarr}: fix homer ping method
This commit is contained in:
parent
c4d2952424
commit
ce5fcb3aa1
2 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,7 @@ in
|
|||
category = "app";
|
||||
icon = "sync-alt";
|
||||
url = "https://indexer.${domain}";
|
||||
method = "get";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -58,6 +58,7 @@ in
|
|||
category = "media";
|
||||
icon = "film";
|
||||
url = "https://movies.${domain}";
|
||||
method = "get";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue