summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-01-12 18:26:00 +0000
committerGitHub <noreply@github.com>2019-01-12 18:26:00 +0000
commit9f827d66f58267df8d8f15b5bfc162b6ec33ab32 (patch)
tree911927542e985193e3aba976c98e2f0cfe0eca9c /nixos
parentf45195fb443666c1bc347dbe3559636f92b81f2e (diff)
downloadnixpkgs-9f827d66f58267df8d8f15b5bfc162b6ec33ab32.tar
nixpkgs-9f827d66f58267df8d8f15b5bfc162b6ec33ab32.tar.gz
nixpkgs-9f827d66f58267df8d8f15b5bfc162b6ec33ab32.tar.bz2
nixpkgs-9f827d66f58267df8d8f15b5bfc162b6ec33ab32.tar.lz
nixpkgs-9f827d66f58267df8d8f15b5bfc162b6ec33ab32.tar.xz
nixpkgs-9f827d66f58267df8d8f15b5bfc162b6ec33ab32.tar.zst
nixpkgs-9f827d66f58267df8d8f15b5bfc162b6ec33ab32.zip
Update nixos/doc/manual/man-nixos-rebuild.xml
Co-Authored-By: Mic92 <Mic92@users.noreply.github.com>
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/man-nixos-rebuild.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/man-nixos-rebuild.xml b/nixos/doc/manual/man-nixos-rebuild.xml
index 68d3233606f..7b964280d6a 100644
--- a/nixos/doc/manual/man-nixos-rebuild.xml
+++ b/nixos/doc/manual/man-nixos-rebuild.xml
@@ -329,7 +329,7 @@ $ ./result/bin/run-*-vm
          Allow ad-hoc remote builders for building the new system.
          This requires the user executing <command>nixos-rebuild</command> (usually
          root) to be configured as a trusted user in the Nix daemon. This can be
-         achived by using the <literal>nix.trustedUsers</literal> NixOS option.
+         achieved by using the <literal>nix.trustedUsers</literal> NixOS option.
          Examples values for that option are described in the
          <literal>Remote builds chapter<literal> in the Nix manual,
          (i.e. <command>--builders "ssh://bigbrother x86_64-linux"</command>).