ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix typo in user selection table

+5 -5
+5 -5
doc/guides/non-root-user.md
··· 13 13 If your selected deployment user does not fit the following requirements, the 14 14 deployment commands will likely fail with an error: 15 15 16 - | `deployment.target.user` is... | ❌ Will Not Work | 🟧 Deploys w/o Keys | ✅ Deploys w/ Keys | 17 - | :----------------------------- | :--------------: | :-----------------: | :----------------: | 18 - | In `wheel` (Sudo User) | No | Yes | Yes | 19 - | Has Non-Interactive SSH Auth | - | Yes | Yes | 20 - | A Trusted User | - | No | Yes | 16 + | `deployment.target.user` has/is... | ❌ Will Not Work | 🟧 Deploys w/o Keys | ✅ Deploys w/ Keys | 17 + | :--------------------------------- | :--------------: | :-----------------: | :----------------: | 18 + | In `wheel` (Sudo User) | No | Yes | Yes | 19 + | Has Non-Interactive SSH Auth | - | Yes | Yes | 20 + | A Trusted User | - | No | Yes | 21 21 22 22 When using a non-trusted user, `wire apply` will likely fail if the deploying user is 23 23 not trusted, see [Manage Secrets - Prerequisites](/guides/keys.html#prerequisites).