I'm currently writing a guide explaining how to setup peerix, but I first need to get it working for me :sweat_smile:
I have peerix correctly installed on two nixos, service are running, I generated the keys on both using nix-store --generate-binary-cache-key $machine_name peerix-private peerix-public.
On computer B, I added computer A public key as services.peerix.publicKey. I switched to the new configuration, the key is definitely in /etc/nix/nix.conf.
When on B I tried to use packages found in A, I have this error:
warning: ignoring substitute for '/nix/store/qh84nk49gxhmf0gr5g5rjpxvn9li1ic5-libiec61883-1.2.0' from 'http://127.0.0.1:12304', as it's not signed by any of the keys in 'trusted-public-keys'
I'm currently writing a guide explaining how to setup peerix, but I first need to get it working for me :sweat_smile:
I have peerix correctly installed on two nixos, service are running, I generated the keys on both using
nix-store --generate-binary-cache-key $machine_name peerix-private peerix-public
.On computer B, I added computer A public key as
services.peerix.publicKey
. I switched to the new configuration, the key is definitely in/etc/nix/nix.conf
.When on B I tried to use packages found in A, I have this error:
Everything looks fine to me :thinking:
Here is my flake.nix file enabling peerix