Remove unused ntfy config
This commit is contained in:
parent
701e522975
commit
90231bef9e
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
];
|
||||
networking.firewall.allowedUDPPorts = [ 443 ];
|
||||
|
||||
services.ntfy-sh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
base-url = "https://ntfy.vsinerva.fi";
|
||||
listen-https = ":443";
|
||||
key-file = "/var/lib/ntfy/privkey.pem";
|
||||
cert-file = "/var/lib/ntfy/fullchain.pem";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue