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
Describe the bug error: don't know how to open Nix store 'ssh://nixos@[fe80::47%eno1]'
Steps To Reproduce
$ nix copy --to ssh://nixos@[fe80::47%eno1] ... # copy to a link-local ipv6 address via an interfaceerror: don't know how to open Nix store 'ssh://nixos@[fe80::47%eno1]'
# while ssh works as expected
$ ssh nixos@fe80::47%eno1
Describe the bug
error: don't know how to open Nix store 'ssh://nixos@[fe80::47%eno1]'
Steps To Reproduce
Additional context
This is annoyingly blocking Just Works TM link-local host bootstrapping as per:
The text was updated successfully, but these errors were encountered: