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
Feel free to close this as out of scope, but I thought I'd make an issue anyways in case other people are trying to debug why their deploys are failing when using sudo-rs
The text was updated successfully, but these errors were encountered:
Feel free to close this as out of scope, but I thought I'd make an issue anyways in case other people are trying to debug why their deploys are failing when using sudo-rs
Thanks for making us aware. Currently, none of us are using sudo-rs, so we likely won't work on fixing this soon, and to some extend, this does seem like a "sudo compliance" issue on the sudo-rs side.
That said, this seems to be just an aesthetic choice, perhaps if someone wants to add a non-defaulting flag that disables this argument in a way that isn't overly invasive to the rest of the codebase, we'd accept such a PR.
On systems with
sudo-rs
, when doingmorph deploy x
, it will fail and returnCaused by the
-p ''
sudo arg to disable promptmorph/ssh/ssh.go
Line 172 in ea9cbcf
However, that is not implemented in
sudo-rs
trifectatechfoundation/sudo-rs#842Workaround: remove sudo-rs from config, build&push, then manually ssh to machine, /nix/store/path-to-new-nixos-system/bin/switch-to-configuration
Related: #218
Feel free to close this as out of scope, but I thought I'd make an issue anyways in case other people are trying to debug why their deploys are failing when using
sudo-rs
The text was updated successfully, but these errors were encountered: