mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: idc about variables anymore (they didn't work)
This commit is contained in:
parent
d7f6929e2d
commit
6e989f6d29
1 changed files with 4 additions and 2 deletions
|
|
@ -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}"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue