From f4276fdf04bd3d4425fed71463ca1ea99000f0d9 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Tue, 3 Oct 2023 23:55:54 +0200 Subject: [PATCH] mediabox: select correct peerix priv key --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2127b80..1f1e090 100644 --- a/flake.nix +++ b/flake.nix @@ -100,7 +100,7 @@ globalCacheTTL = 10; package = peerix.packages.x86_64-linux.peerix; openFirewall = true; # UDP/12304 - privateKeyFile = nixy.config.sops.secrets."peerix/private".path; + privateKeyFile = mediabox.config.sops.secrets."peerix/private".path; publicKeyFile = ./mediabox/peerix-public; publicKey = "peerix-nixy:8THqS0R2zWF/47ai0RFmqJnieYTZ1jaWOD9tnzpvA6s="; };