about summary refs log tree commit diff
path: root/nixos/modules/services/torrent
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2023-01-21 21:46:53 +0100
committerNaïm Favier <n@monade.li>2023-01-21 21:46:53 +0100
commit3aa1337a71bdecf1e4141e6decff5d972fa3859b (patch)
treec29dcbbf6375477233bb123a21071e67b0e98133 /nixos/modules/services/torrent
parent112e7c9a8ea414ed1fe087c9906662bf9aa4dbb7 (diff)
downloadnixlib-3aa1337a71bdecf1e4141e6decff5d972fa3859b.tar
nixlib-3aa1337a71bdecf1e4141e6decff5d972fa3859b.tar.gz
nixlib-3aa1337a71bdecf1e4141e6decff5d972fa3859b.tar.bz2
nixlib-3aa1337a71bdecf1e4141e6decff5d972fa3859b.tar.lz
nixlib-3aa1337a71bdecf1e4141e6decff5d972fa3859b.tar.xz
nixlib-3aa1337a71bdecf1e4141e6decff5d972fa3859b.tar.zst
nixlib-3aa1337a71bdecf1e4141e6decff5d972fa3859b.zip
nixos: remove stray spaces
Diffstat (limited to 'nixos/modules/services/torrent')
-rw-r--r--nixos/modules/services/torrent/magnetico.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/torrent/magnetico.nix b/nixos/modules/services/torrent/magnetico.nix
index b813f1205119..dc6b4e9aa734 100644
--- a/nixos/modules/services/torrent/magnetico.nix
+++ b/nixos/modules/services/torrent/magnetico.nix
@@ -144,7 +144,7 @@ in {
         interface. If unset no authentication will be required.
 
         The file must contain user names and password hashes in the format
-        `username:hash `, one for each line.  Usernames must
+        `username:hash`, one for each line.  Usernames must
         start with a lowecase ([a-z]) ASCII character, might contain
         non-consecutive underscores except at the end, and consists of
         small-case a-z characters and digits 0-9.