mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +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 = {
|
||||
enable = true;
|
||||
collector.enable = true;
|
||||
settings.web.listen.port = 8181;
|
||||
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