fix: idc about variables anymore (they didn't work)

This commit is contained in:
Ahwx 2025-04-20 19:50:11 +02:00
parent d7f6929e2d
commit 6e989f6d29

View file

@ -1,10 +1,12 @@
{ config, ... }: { { config, ... }:
{
services.scrutiny = { services.scrutiny = {
enable = true; enable = true;
collector.enable = true; collector.enable = true;
settings.web.listen.port = 8181; settings.web.listen.port = 8181;
settings.notify.urls = [ settings.notify.urls = [
"ntfy://${config.liv.variables.ntfyURL}/${config.networking.hostName}" # "ntfy://${config.liv.variables.ntfyURL}/${config.networking.hostName}"
"ntfy://notify.liv.town/${config.networking.hostName}"
]; ];
}; };