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
I updated users.users.root.openssh.authorizedKeys.keys for one of my servers. boot.initrd.network.ssh.authorizedKeys should default to the aforementioned config value, but after a nixops deploy the bootloader image isn't updated with the new authorized keys. See: https://discourse.nixos.org/t/nixops-how-to-deploy-with-boot-loader-updated/19385
users.users.root.openssh.authorizedKeys.keys
boot.initrd.network.ssh.authorizedKeys
nixops deploy
The text was updated successfully, but these errors were encountered:
Without diving into NixOps specifics, this may also be a problem with nixos-rebuild switch.
nixos-rebuild switch
Sorry, something went wrong.
nixos-rebuild offers the option --install-bootloader which always works to apply initrd changes
nixos-rebuild
--install-bootloader
No branches or pull requests
I updated
users.users.root.openssh.authorizedKeys.keys
for one of my servers.boot.initrd.network.ssh.authorizedKeys
should default to the aforementioned config value, but after anixops deploy
the bootloader image isn't updated with the new authorized keys. See: https://discourse.nixos.org/t/nixops-how-to-deploy-with-boot-loader-updated/19385The text was updated successfully, but these errors were encountered: