Add self-signed cert to cloud too
This commit is contained in:
parent
653a43e158
commit
859434ba78
1 changed files with 3 additions and 0 deletions
|
@ -274,4 +274,7 @@
|
|||
systemd.services.ntfy-sh.preStart = ''
|
||||
mkdir -p /var/lib/ntfy-sh/attachments
|
||||
'';
|
||||
|
||||
# Trust my own cert
|
||||
security.pki.certificateFiles = [ ../nki-home/cert.pem ];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue