From 2914aedc9bebdde1fb426fce9c131edd994f8375 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 27 Feb 2021 10:09:40 +0000 Subject: [PATCH] services: miniflux: fix documentation error --- services/miniflux.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/miniflux.nix b/services/miniflux.nix index 42f0983..8f7b438 100644 --- a/services/miniflux.nix +++ b/services/miniflux.nix @@ -14,13 +14,13 @@ in type = types.str; default = "Ambroisie"; example = "username"; - description = "Name of the transmission RPC user"; + description = "Name of the admin user"; }; password = mkOption { type = types.str; example = "password"; - description = "Password of the transmission RPC user"; + description = "Password of the admin user"; }; privatePort = mkOption {