We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd63d84 commit d93285aCopy full SHA for d93285a
1 file changed
README.md
@@ -9,10 +9,10 @@ You don't need `nix` or NixOS to fetch and run the image:
9
10
```sh
11
# x86_64-linux architecture
12
-machinectl pull-tar https://github.com/tfc/nspawn-nixos/releases/download/v1.2/nixos-system-x86_64-linux.tar.xz nixos --verify=no
+machinectl pull-tar https://github.com/tfc/nspawn-nixos/releases/download/v1.3.0/nixos-system-x86_64-linux.tar.xz nixos --verify=no
13
14
# aarch64-linux architecture
15
-machinectl pull-tar https://github.com/tfc/nspawn-nixos/releases/download/v1.2/nixos-system-aarch64-linux.tar.xz nixos --verify=no
+machinectl pull-tar https://github.com/tfc/nspawn-nixos/releases/download/v1.3.0/nixos-system-aarch64-linux.tar.xz nixos --verify=no
16
17
machinectl start nixos
18
# Set root password
0 commit comments