ntfy
This commit is contained in:
parent
ab44dd5abb
commit
da09df49b1
5 changed files with 40 additions and 21 deletions
11
hosts/picard/ntfy.nix
Normal file
11
hosts/picard/ntfy.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{pkgs,config,lib,...}:{
|
||||
services.ntfy-sh = {
|
||||
enable = true;
|
||||
settings.base-url = "https://nfty.xyno.systems";
|
||||
settings.behind-proxy = true;
|
||||
settings.listen-http = ":15992";
|
||||
};
|
||||
ragon.persist.extraDirectories = [
|
||||
"/var/cache/ntfy"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue