From e6c879494717cf3a3a54deb0d8630133127f810b Mon Sep 17 00:00:00 2001 From: Mike Forster Date: Fri, 3 Feb 2023 20:42:38 +0100 Subject: [PATCH] Update NixOS version for Hetzner (#135) Use the current stable NixOS version in the installation instructions for Hetzner. Co-authored-by: Eric Litak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d28fdf0..33ab43f 100644 --- a/README.md +++ b/README.md @@ -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