We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.
Hello!
The node name cannot contain a . character:
[rene@renespc:~/repositories/infra]$ nix run github:serokell/deploy-rs -- -d .#"chwei01.serv0r.xyz" π β [deploy] [ERROR] Error parsing flake: Unrecognized node or token encountered
I would like to do that because it allows me to have the same name between hostname, nixosConfiguration and the deploy rs configuration.
The text was updated successfully, but these errors were encountered:
As per usual I figured it out a few minutes later: deploy-rs does not like the node name to contain ..
Updated the issue title accordingly.
Sorry, something went wrong.
You can fix this by wrapping the node name in single quotes and adding a dot at the end:
nix run github:serokell/deploy-rs -- -d '.#"chwei01.serv0r.xyz".'
No branches or pull requests
Hello!
The node name cannot contain a
.
character:I would like to do that because it allows me to have the same name between hostname, nixosConfiguration and the deploy rs configuration.
The text was updated successfully, but these errors were encountered: