Improve ntfy conf

This commit is contained in:
Vili Sinervä 2024-09-06 20:51:12 +03:00
parent 763a8367f3
commit 60975bdacc
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
2 changed files with 10 additions and 1 deletions

View file

@ -9,4 +9,14 @@
# HARDWARE SPECIFIC
services.qemuGuest.enable = true;
# Make sure this service updates later than the rest, to capture any notifs from the others
system.autoUpgrade = {
dates = pkgs.lib.mkForce "05:00";
rebootWindow = pkgs.lib.mkForce {
lower = "04:30";
upper = "06:00";
};
};
}

View file

@ -13,7 +13,6 @@
listen-https = ":443";
key-file = "/var/lib/ntfy/privkey.pem";
cert-file = "/var/lib/ntfy/fullchain.pem";
cache-file = "/var/lib/ntfy/notif-cache.sqlite";
};
};
}