Kitaab

Deploy-rs Requirements

ops nix

published 2022-07-19 16:36

updated 2023-06-03 23:27

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


Backlinks