Add self-signed cert to cloud too

This commit is contained in:
Natsu Kagami 2025-04-14 13:01:12 +02:00
parent 653a43e158
commit 859434ba78
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -274,4 +274,7 @@
systemd.services.ntfy-sh.preStart = '' systemd.services.ntfy-sh.preStart = ''
mkdir -p /var/lib/ntfy-sh/attachments mkdir -p /var/lib/ntfy-sh/attachments
''; '';
# Trust my own cert
security.pki.certificateFiles = [ ../nki-home/cert.pem ];
} }