From 72ec102e00ffab4b231b8d334cc63cf755c12ac5 Mon Sep 17 00:00:00 2001 From: mayor Date: Thu, 12 Feb 2026 19:39:59 -0800 Subject: [PATCH] fix: use signKeyPaths instead of deprecated signKeyPath --- machines/john-endesktop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/john-endesktop/configuration.nix b/machines/john-endesktop/configuration.nix index 49768df..7826f6c 100644 --- a/machines/john-endesktop/configuration.nix +++ b/machines/john-endesktop/configuration.nix @@ -153,7 +153,7 @@ with lib; # Replaces the broken k8s deployment with native NixOS service services.harmonia = { enable = true; - signKeyPath = "/etc/harmonia/signing-key.private"; + signKeyPaths = [ "/etc/harmonia/signing-key.private" ]; settings = { bind = "[::]:5000"; };