diff options
author | Karel Kočí <cynerd@email.cz> | 2022-11-01 16:44:55 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-11-01 16:44:55 +0100 |
commit | 4f1db2acf53f46b4dbc2069f3adb5b60dc2eeb4f (patch) | |
tree | 6bc51a7b1c5a05840682f02dbc7bdedeb4e7d42b /docs/build-tarball.adoc | |
parent | 955268e13f8f9422e7e89ee6350ec793dddd1e94 (diff) | |
download | nixturris-4f1db2acf53f46b4dbc2069f3adb5b60dc2eeb4f.tar.gz nixturris-4f1db2acf53f46b4dbc2069f3adb5b60dc2eeb4f.tar.bz2 nixturris-4f1db2acf53f46b4dbc2069f3adb5b60dc2eeb4f.zip |
The primary point of this is to describe installation procedure but we
should also describe basic router usage with NixOS as that ain't
documented elsewhere.
Diffstat (limited to 'docs/build-tarball.adoc')
-rw-r--r-- | docs/build-tarball.adoc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/build-tarball.adoc b/docs/build-tarball.adoc new file mode 100644 index 0000000..b5f5fb5 --- /dev/null +++ b/docs/build-tarball.adoc @@ -0,0 +1,15 @@ += NixTurris tarball + +TODO + +== Building standard tarball + +Add nixturris repository to your local Nix registry and build it. The image is +cross compiled in this case (unless you are running on Aarch64 platform). You +can also build it natively and this is discussed in the chapter "Native build +using Qemu" in this document. + +``` +~$ nix registry add nixturris git+https://git.cynerd.cz/nixturris +~$ nix build nixturris#crossTarballMox +``` |