1 import ./make-test-python.nix ({ lib, ... }: {
3 meta.maintainers = with lib.maintainers; [ jocelynthode ];
7 { services.readarr.enable = true; };
10 machine.wait_for_unit("readarr.service")
11 machine.wait_for_open_port(8787)
12 machine.succeed("curl --fail http://localhost:8787/")