about summary refs log tree commit diff
path: root/docs/wireguard.org
diff options
context:
space:
mode:
Diffstat (limited to 'docs/wireguard.org')
-rw-r--r--docs/wireguard.org2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/wireguard.org b/docs/wireguard.org
index 456205f..154c159 100644
--- a/docs/wireguard.org
+++ b/docs/wireguard.org
@@ -1,8 +1,6 @@
 #+TITLE: Configuration for wireguard
 
 * Creating the keys
-Create a directory with the hostname under =secrets/network/=.
-
 We need a key for the host:
 #+begin_src sh
 (umask 0077; wg genkey > peer_A.key)