published
updated
deploy-rs has a few requirements and a few make it easier configuration tricks if you're porting an pre-flakes machine to deploy-rs
{{{nix nix.trustedUsers = [ "root" "@wheel" ]; security.sudo.wheelNeedsPassword = false; }}}
Though the first line isn't strictly necessary, sometimes you'll get user not trusted when deploying remote services. The second one is strictly necessary.
Related
- Rebuilding A Nix Server with Deploy-rs
- Obligatory: How this blog gets made
- More on how the sausage gets made