summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2020-06-19 20:07:55 +0200
committerGitHub <noreply@github.com>2020-06-19 20:07:55 +0200
commitd07ba3e96281ef7713eb1f91b0ba8bc7b3886b8d (patch)
tree97c346407a0791f12a137f258da0bcdad5516338
parent75e1819394e7bf22b8cdbdab5ff36ec2ad6b6256 (diff)
downloadnixpkgs-d07ba3e96281ef7713eb1f91b0ba8bc7b3886b8d.tar
nixpkgs-d07ba3e96281ef7713eb1f91b0ba8bc7b3886b8d.tar.gz
nixpkgs-d07ba3e96281ef7713eb1f91b0ba8bc7b3886b8d.tar.bz2
nixpkgs-d07ba3e96281ef7713eb1f91b0ba8bc7b3886b8d.tar.lz
nixpkgs-d07ba3e96281ef7713eb1f91b0ba8bc7b3886b8d.tar.xz
nixpkgs-d07ba3e96281ef7713eb1f91b0ba8bc7b3886b8d.tar.zst
nixpkgs-d07ba3e96281ef7713eb1f91b0ba8bc7b3886b8d.zip
nixos/wasabibackend: fixing description
Co-authored-by: 1000101 <b1000101@pm.me>
-rw-r--r--nixos/modules/services/networking/wasabibackend.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/wasabibackend.nix b/nixos/modules/services/networking/wasabibackend.nix
index e7d2a2c186e..6eacffe709b 100644
--- a/nixos/modules/services/networking/wasabibackend.nix
+++ b/nixos/modules/services/networking/wasabibackend.nix
@@ -90,7 +90,7 @@ in {
         passwordFile = mkOption {
           type = types.nullOr types.path;
           default = null;
-          description = "File that contains the password the the RPC user.";
+          description = "File that contains the password of the RPC user.";
         };
       };