summary refs log tree commit diff
path: root/nixos/modules/services/misc/nix-daemon.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-28 13:36:45 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-28 22:45:56 +0100
commit7cf0e0bda87a1b71aac70d4eaf04aceda3dc3188 (patch)
tree76173646972f7e264c0f022c355b8a794b7e482a /nixos/modules/services/misc/nix-daemon.nix
parent3bfbdcdfbf36e3bb9e8f9cac112008183883aaf9 (diff)
downloadnixpkgs-7cf0e0bda87a1b71aac70d4eaf04aceda3dc3188.tar
nixpkgs-7cf0e0bda87a1b71aac70d4eaf04aceda3dc3188.tar.gz
nixpkgs-7cf0e0bda87a1b71aac70d4eaf04aceda3dc3188.tar.bz2
nixpkgs-7cf0e0bda87a1b71aac70d4eaf04aceda3dc3188.tar.lz
nixpkgs-7cf0e0bda87a1b71aac70d4eaf04aceda3dc3188.tar.xz
nixpkgs-7cf0e0bda87a1b71aac70d4eaf04aceda3dc3188.tar.zst
nixpkgs-7cf0e0bda87a1b71aac70d4eaf04aceda3dc3188.zip
Manual: Fix bad \" characters
Diffstat (limited to 'nixos/modules/services/misc/nix-daemon.nix')
-rw-r--r--nixos/modules/services/misc/nix-daemon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/nix-daemon.nix b/nixos/modules/services/misc/nix-daemon.nix
index ff0bdf65ced..e98f63f6886 100644
--- a/nixos/modules/services/misc/nix-daemon.nix
+++ b/nixos/modules/services/misc/nix-daemon.nix
@@ -160,7 +160,7 @@ in
           user name to be used for the SSH connection
           (<varname>sshUser</varname>), the Nix system type
           (<varname>system</varname>, e.g.,
-          <literal>\"i686-linux\"</literal>), the maximum number of
+          <literal>"i686-linux"</literal>), the maximum number of
           jobs to be run in parallel on that machine
           (<varname>maxJobs</varname>), the path to the SSH private
           key to be used to connect (<varname>sshKey</varname>), a