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:
Mike Forster 2023-02-03 20:42:38 +01:00 committed by GitHub
parent c898a3169d
commit e6c8794947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ When creating a server provide the following script as "User data":
```
#!/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