nix-configs/old-conf/hosts/picard/ntfy.nix
Lucy Hochkamp 83de52d5db Add 'old-conf/' from commit '62a64a79a8'
git-subtree-dir: old-conf
git-subtree-mainline: 4667974392
git-subtree-split: 62a64a79a8
2025-11-21 13:33:06 +01:00

11 lines
261 B
Nix

{pkgs,config,lib,...}:{
services.ntfy-sh = {
enable = true;
settings.base-url = "https://ntfy.xyno.systems";
settings.behind-proxy = true;
settings.listen-http = ":15992";
};
ragon.persist.extraDirectories = [
"/var/cache/ntfy"
];
}