Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nix copy ipv6 link local error #4643

Closed
blaggacao opened this issue Mar 16, 2021 · 2 comments
Closed

nix copy ipv6 link local error #4643

blaggacao opened this issue Mar 16, 2021 · 2 comments
Labels

Comments

@blaggacao
Copy link
Contributor

blaggacao commented Mar 16, 2021

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 interface
error: don't know how to open Nix store 'ssh://nixos@[fe80::47%eno1]'

# while ssh works as expected
$ ssh nixos@fe80::47%eno1

Additional context

This is annoyingly blocking Just Works TM link-local host bootstrapping as per:

@blaggacao blaggacao added the bug label Mar 16, 2021
@blaggacao blaggacao changed the title nix copy ipv6 link local erro nix copy ipv6 link local error Mar 16, 2021
@ajs124
Copy link
Member

ajs124 commented Mar 16, 2021

This might be a duplicate of #4490

@blaggacao
Copy link
Contributor Author

Indeed, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants