Skip to content

Commit 135a747

Browse files
committed
deploy: 2991be5
1 parent 8d57f65 commit 135a747

6 files changed

+16
-20
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
cp -r /nix/store/gmi4yfdcwi0l64yq5vv0rqnn8k5mc56s-source/* .
1+
cp -r /nix/store/61vxjdqhlids1kn94vsk0qgzyhpv3sww-source/* .
22
/nix/store/vy1qxci0jz1b2j24s3cjvjzpq8i68l2b-mdbook-0.4.37/bin/mdbook build --dest-dir "$out"

env-vars

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ declare -x HOME="/homeless-shelter"
33
declare -x HOST_PATH="/nix/store/php4qidg2bxzmm79vpri025bqi0fa889-coreutils-9.5/bin:/nix/store/jjcsr5gs4qanf7ln5c6wgcq4sn75a978-findutils-4.9.0/bin:/nix/store/i34mknsjgrfyy71k2h79gda0bvagzc2j-diffutils-3.10/bin:/nix/store/5zjms21vpxlkbc0qyl5pmj2sidfmzmd7-gnused-4.9/bin:/nix/store/28gpmx3z6ss3znd7fhmrzmvk3x5lnfbk-gnugrep-3.11/bin:/nix/store/8vvkbgmnin1x2jkp7wcb2zg1p0vc4ks9-gawk-5.2.2/bin:/nix/store/rik7p68cq7yzlj5pmfpf4yv6jnrpvlgf-gnutar-1.35/bin:/nix/store/j5chw7v1x3vlmf3wmdpdb5gwh9hl0b80-gzip-1.13/bin:/nix/store/mxcq77rlan82dzpv3cgj0fh6qvv8ncil-bzip2-1.0.8-bin/bin:/nix/store/cdzpn0rdq810aknww3w9fy3wmw9ixr66-gnumake-4.4.1/bin:/nix/store/306znyj77fv49kwnkpxmb0j2znqpa8bj-bash-5.2p26/bin:/nix/store/0lfxbmchigx9vs9qmrlbahcy6nxwfnj1-patch-2.7.6/bin:/nix/store/6i4xxaa812vsbli9jkq4mksdddrk27lw-xz-5.4.6-bin/bin:/nix/store/xx7x1dwybpssfhq8yikvzz38bh3yrq97-file-5.45/bin"
44
declare -x NIX_BUILD_CORES="4"
55
declare -x NIX_BUILD_TOP="/build"
6-
declare -x NIX_CFLAGS_COMPILE=" -frandom-seed=hki7w9fprp"
6+
declare -x NIX_CFLAGS_COMPILE=" -frandom-seed=nn279lb35w"
77
declare -x NIX_ENFORCE_NO_NATIVE="1"
88
declare -x NIX_ENFORCE_PURITY="1"
9-
declare -x NIX_LDFLAGS="-rpath /nix/store/hki7w9fprp08p811mrpv13fkk5z8f98y-nixos-anywhere-docs/lib "
9+
declare -x NIX_LDFLAGS="-rpath /nix/store/nn279lb35w627dvi26kkx4nny275ckj3-nixos-anywhere-docs/lib "
1010
declare -x NIX_LOG_FD="2"
1111
declare -x NIX_SSL_CERT_FILE="/no-cert-file.crt"
1212
declare -x NIX_STORE="/nix/store"
@@ -46,7 +46,7 @@ declare -x enableParallelInstalling="1"
4646
declare -x mesonFlags=""
4747
declare -x name="nixos-anywhere-docs"
4848
declare -x nativeBuildInputs=""
49-
declare -x out="/nix/store/hki7w9fprp08p811mrpv13fkk5z8f98y-nixos-anywhere-docs"
49+
declare -x out="/nix/store/nn279lb35w627dvi26kkx4nny275ckj3-nixos-anywhere-docs"
5050
declare -x outputs="out"
5151
declare -x passAsFile="buildCommand"
5252
declare -x patches=""

print.html

+5-7
Original file line numberDiff line numberDiff line change
@@ -316,13 +316,11 @@ <h3 id="5-lock-your-flake"><a class="header" href="#5-lock-your-flake">5. Lock y
316316
simply reference your local directory when you run <strong>nixos-anywhere</strong>. This
317317
example uses a local directory on the source machine.</p>
318318
<h3 id="6-connectivity-to-the-target-machine"><a class="header" href="#6-connectivity-to-the-target-machine">6. Connectivity to the Target Machine</a></h3>
319-
<p>On the target machine, make sure you have access as root via ssh by adding your
320-
SSH key to the file <code>authorized_keys</code> in the directory <code>/root/.ssh</code></p>
321-
<p>Optionally, bootstrapping can also be performed through password login. For
322-
example through the <code>image-installer-*</code> provided by
323-
<code>nix-community/nixos-images</code>. Assign your password to the <code>SSH_PASS</code> environment
324-
variable and specify <code>--env-password</code> as an additional command line option. This
325-
will provide <code>ssh-copy-id</code> with the required password.</p>
319+
<p><strong>nixos-anywhere</strong> will create a temporary SSH key to use for the installation.
320+
If your SSH key is not found, you will be asked for your password. If you are
321+
using a non-root user, you must have access to sudo without a password. To avoid
322+
SSH password prompts, set the <code>SSHPASS</code> environment variable to your password
323+
and add <code>--env-password</code> to the <code>nixos-anywhere</code> command.</p>
326324
<h3 id="7-optional-test-your-nixos-and-disko-configuration"><a class="header" href="#7-optional-test-your-nixos-and-disko-configuration">7. (Optional) Test your NixOS and Disko configuration</a></h3>
327325
<p>The following command will automatically test your nixos configuration and run
328326
disko inside a virtual machine, where</p>

quickstart.html

+5-7
Original file line numberDiff line numberDiff line change
@@ -261,13 +261,11 @@ <h3 id="5-lock-your-flake"><a class="header" href="#5-lock-your-flake">5. Lock y
261261
simply reference your local directory when you run <strong>nixos-anywhere</strong>. This
262262
example uses a local directory on the source machine.</p>
263263
<h3 id="6-connectivity-to-the-target-machine"><a class="header" href="#6-connectivity-to-the-target-machine">6. Connectivity to the Target Machine</a></h3>
264-
<p>On the target machine, make sure you have access as root via ssh by adding your
265-
SSH key to the file <code>authorized_keys</code> in the directory <code>/root/.ssh</code></p>
266-
<p>Optionally, bootstrapping can also be performed through password login. For
267-
example through the <code>image-installer-*</code> provided by
268-
<code>nix-community/nixos-images</code>. Assign your password to the <code>SSH_PASS</code> environment
269-
variable and specify <code>--env-password</code> as an additional command line option. This
270-
will provide <code>ssh-copy-id</code> with the required password.</p>
264+
<p><strong>nixos-anywhere</strong> will create a temporary SSH key to use for the installation.
265+
If your SSH key is not found, you will be asked for your password. If you are
266+
using a non-root user, you must have access to sudo without a password. To avoid
267+
SSH password prompts, set the <code>SSHPASS</code> environment variable to your password
268+
and add <code>--env-password</code> to the <code>nixos-anywhere</code> command.</p>
271269
<h3 id="7-optional-test-your-nixos-and-disko-configuration"><a class="header" href="#7-optional-test-your-nixos-and-disko-configuration">7. (Optional) Test your NixOS and Disko configuration</a></h3>
272270
<p>The following command will automatically test your nixos configuration and run
273271
disko inside a virtual machine, where</p>

searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)