diff --git a/secrets/servo/README.md b/secrets/servo/README.md
index beee8852c..c2be947d2 100644
--- a/secrets/servo/README.md
+++ b/secrets/servo/README.md
@@ -1,16 +1,16 @@
- ddns_he.env.bin: Hurricane Electric (he.net) passphrase
- ddns_afraid.env.bin: freedns.afraid.org API key
- - viewable:
+ - viewable:
- dovecot_passwd: auth for mail accounts
- - passwd file looks like /etc/passwd
- - generate pw hash with: `nix run nixpkgs.apacheHttpd -c htpasswd -nbB "" "my passwd"`
+ - passwd file looks like /etc/passwd
+ - generate pw hash with: `nix run nixpkgs.apacheHttpd -c htpasswd -nbB "" "my passwd"`
- matrix_synapse_secrets:
- - for the smtp_pass; the rest isn't sensitive
+ - for the smtp_pass; the rest isn't sensitive
- nix_signing_key.bin:
- - generate with nix-store --generate-binary-cache-key nixcache.uninsane.org cache-priv-key.pem cache-pub-key.pem
- - pubkey: nixcache.uninsane.org:r3WILM6+QrkmsLgqVQcEdibFD7Q/4gyzD9dGT33GP70=
- - used when deploying packages to a remote machine
+ - generate with nix-store --generate-binary-cache-key nixcache.uninsane.org cache-priv-key.pem cache-pub-key.pem
+ - pubkey: nixcache.uninsane.org:r3WILM6+QrkmsLgqVQcEdibFD7Q/4gyzD9dGT33GP70=
+ - used when deploying packages to a remote machine
- wg_ovpns_privkey.bin: wireguard private key for OVPN
- - to generate:
- - wg genkey > wg0.private
- - wg pubkey < wg0.private > wg0.public
+ - to generate:
+ - wg genkey > wg0.private
+ - wg pubkey < wg0.private > wg0.public