From 1a78e2b1f0e9b895ca000b4c5dbe7c38ca6cb45f Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Thu, 26 Feb 2026 18:51:55 +0100 Subject: [PATCH] fairphone: Fix nebula certificate path --- external-hosts/fairphone/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/external-hosts/fairphone/default.nix b/external-hosts/fairphone/default.nix index a0170c0..53b83b1 100644 --- a/external-hosts/fairphone/default.nix +++ b/external-hosts/fairphone/default.nix @@ -15,8 +15,8 @@ services = { nebula = { - publicKeyFile = ./keys/nebula.pub; - certificateFile = ./keys/nebula.crt; + publicKeyFile = toString ./keys/nebula.pub; + certificateFile = toString ./keys/nebula.crt; }; syncthing = {