This commit is contained in:
Vivian 2023-09-03 10:24:18 +02:00
parent 0a30cdaa5a
commit 489e14f422
2 changed files with 9 additions and 1 deletions

View file

@ -20,7 +20,7 @@
networking.firewall.allowedTCPPorts = [ 80 9090 ];
services.ntfy-sh = let datadir = "/var/lib/ntfy";
services.ntfy-sh = let datadir = "/var/lib/ntfy-sh";
in {
enable = true;
settings = {