ntfy-sh: add more topics to subscribe to
This commit is contained in:
parent
202d959be6
commit
4ff756fbea
|
@ -13,8 +13,8 @@ let
|
|||
uid = toString user.uid;
|
||||
gid = toString user.gid;
|
||||
in
|
||||
{
|
||||
config = mkIf (podman.enable && qbittorrent.enable) {
|
||||
lib.mkMerge [
|
||||
(mkIf (podman.enable && qbittorrent.enable) {
|
||||
services.caddy.virtualHosts.${domain}.extraConfig = ''
|
||||
reverse_proxy ${ip}:8080
|
||||
'';
|
||||
|
@ -109,6 +109,12 @@ in
|
|||
"io.containers.autoupdate" = "registry";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
})
|
||||
{
|
||||
profile.services.ntfy-sh.client.settings.subscribe = [
|
||||
{
|
||||
topic = "qbittorrent";
|
||||
}
|
||||
];
|
||||
}
|
||||
]
|
||||
|
|
|
@ -10,4 +10,10 @@
|
|||
./rdtclient.nix
|
||||
./recyclarr.nix
|
||||
];
|
||||
|
||||
profile.services.ntfy-sh.client.settings.subscribe = [
|
||||
{
|
||||
topic = "servarr";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
@ -8,4 +8,9 @@
|
|||
./mimir.nix
|
||||
./prometheus.nix
|
||||
];
|
||||
|
||||
profile.services.ntfy-sh.client.settings.subscribe = [
|
||||
{ topic = "homeserver"; }
|
||||
{ topic = "grafana"; }
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue