add ntfy and searxng along with other tweaks
This commit is contained in:
parent
da966f1522
commit
95dfaa9888
5 changed files with 35 additions and 1 deletions
9
modules/system/homelab/notify.nix
Normal file
9
modules/system/homelab/notify.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ homelab, ... }: {
|
||||
services.ntfy-sh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
listen-http = "127.0.0.1:8067";
|
||||
base-url = "https://ntfy.proxy.${homelab.domain}";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Reference in a new issue