mirror of
https://github.com/elitak/nixos-infect.git
synced 2024-12-22 08:08:29 +03:00
Update NixOS version for Hetzner (#135)
Use the current stable NixOS version in the installation instructions for Hetzner. Co-authored-by: Eric Litak <elitak@gmail.com>
This commit is contained in:
parent
c898a3169d
commit
e6c8794947
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ When creating a server provide the following script as "User data":
|
||||||
```
|
```
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
curl https://raw.githubusercontent.com/elitak/nixos-infect/master/nixos-infect | PROVIDER=hetznercloud NIX_CHANNEL=nixos-22.05 bash 2>&1 | tee /tmp/infect.log
|
curl https://raw.githubusercontent.com/elitak/nixos-infect/master/nixos-infect | PROVIDER=hetznercloud NIX_CHANNEL=nixos-22.11 bash 2>&1 | tee /tmp/infect.log
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Tested on
|
#### Tested on
|
||||||
|
|
Loading…
Reference in a new issue