You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the only issue I had is that I the user that runs the ssh command is root, so I had to create a public key for it and add it to the cache's authorized keys file. Is there a better way?
A couple of days ago I decided to try and run a binary cache on my local network to understand better how it works.
Per my understanding, nix-serve will only serve files already on the nix store of the machine that's running it, is that correct?
Is it possible to make it so that, if any machine requests it, it tries to get it from another cache? (act like a mirror)
Or, for things like nixos-rebuild to publish the newly installed packages there automatically?
Thank you!
PS: I'm fairly new to nix
The text was updated successfully, but these errors were encountered: