Update docs to match current structure
This commit is contained in:
parent
a3e02192aa
commit
0878f6a4ba
2 changed files with 18 additions and 22 deletions
|
@ -5,25 +5,14 @@ Note that you have to be connected to the `vpn.qo.is`
|
|||
and that you need to have SSH root access to the target machines.
|
||||
|
||||
|
||||
|
||||
#### Deploy to all hosts
|
||||
## Deploy to selected target hosts
|
||||
|
||||
```bash
|
||||
nix run .#deploy-qois
|
||||
nix run .#deploy-qois .#<hostname>.system .#<hostname2>.system
|
||||
```
|
||||
|
||||
|
||||
#### Deploy to selected target hosts
|
||||
## Deploy with extended timeouts (sometimes required for slow APU devices)
|
||||
|
||||
```bash
|
||||
nix run .#deploy-qois .#<hostname> .#<hostname2>
|
||||
|
||||
# e.g.
|
||||
nix run .#deploy-qois .#fulberg
|
||||
```
|
||||
|
||||
#### Deploy with extended timeouts (sometimes required for slow APU devices)
|
||||
|
||||
```bash
|
||||
nix run .#deploy-qois .#calanda -- --confirm-timeout 600 --activation-timeout 600
|
||||
nix run .#deploy-qois .#calanda.system -- --confirm-timeout 600 --activation-timeout 600
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue