fairphone: Fix nebula certificate path

This commit is contained in:
SebastianStork 2026-02-26 18:51:55 +01:00
parent b76aab2cfe
commit 1a78e2b1f0
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -15,8 +15,8 @@
services = { services = {
nebula = { nebula = {
publicKeyFile = ./keys/nebula.pub; publicKeyFile = toString ./keys/nebula.pub;
certificateFile = ./keys/nebula.crt; certificateFile = toString ./keys/nebula.crt;
}; };
syncthing = { syncthing = {