This commit is contained in:
Lucy Hochkamp 2025-07-13 20:46:57 +02:00
parent 1c549d1242
commit 152afb4b93
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{pkgs,config,lib,...}:{
services.ntfy-sh = {
enable = true;
settings.base-url = "https://nfty.xyno.systems";
settings.base-url = "https://ntfy.xyno.systems";
settings.behind-proxy = true;
settings.listen-http = ":15992";
};