Services
This commit is contained in:
parent
fb0d8526ff
commit
22a3f0b5de
9 changed files with 160 additions and 3 deletions
26
systems/x86_64-linux/stargate/services/ntfy-sh.nix
Normal file
26
systems/x86_64-linux/stargate/services/ntfy-sh.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
namespace,
|
||||
system,
|
||||
target,
|
||||
format,
|
||||
virtual,
|
||||
systems,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
with lib.custom; {
|
||||
services.ntfy-sh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
base-url = "https://ntfy.kylekrein.com";
|
||||
listen-http = ":9000";
|
||||
auth-default-access = "deny-all";
|
||||
behind-proxy = true;
|
||||
enable-login = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue