about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2019-09-04 17:17:06 +0200
committertoonn <toonn@toonn.io>2019-09-09 19:31:48 +0200
commita34b61ab30e474bea438205de38b452cd4af2e78 (patch)
treef3c8aedadc0fb39f7dced7ae8fa9bf56575a6da0 /nixos
parent55256d644b0671a4a6155d0f462a65a8427a423e (diff)
downloadnixlib-a34b61ab30e474bea438205de38b452cd4af2e78.tar
nixlib-a34b61ab30e474bea438205de38b452cd4af2e78.tar.gz
nixlib-a34b61ab30e474bea438205de38b452cd4af2e78.tar.bz2
nixlib-a34b61ab30e474bea438205de38b452cd4af2e78.tar.lz
nixlib-a34b61ab30e474bea438205de38b452cd4af2e78.tar.xz
nixlib-a34b61ab30e474bea438205de38b452cd4af2e78.tar.zst
nixlib-a34b61ab30e474bea438205de38b452cd4af2e78.zip
nixos/toxvpn: Fix typo in option description
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/toxvpn.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/toxvpn.nix b/nixos/modules/services/networking/toxvpn.nix
index 7daacba185fe..9e97faeebc1e 100644
--- a/nixos/modules/services/networking/toxvpn.nix
+++ b/nixos/modules/services/networking/toxvpn.nix
@@ -23,7 +23,7 @@ with lib;
         type        = types.listOf types.str;
         default     = [];
         example     = ''[ "toxid1" "toxid2" ]'';
-        description = "peers to automacally connect to on startup";
+        description = "peers to automatically connect to on startup";
       };
     };
   };