Skip to content

Commit 0e9e777

Browse files
committedMay 23, 2017
znc: document password generation better
cc @rtjre
1 parent 8131958 commit 0e9e777

File tree

1 file changed

+1
-1
lines changed
  • nixos/modules/services/networking

1 file changed

+1
-1
lines changed
 

‎nixos/modules/services/networking/znc.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ in
279279
example = defaultPassBlock;
280280
type = types.string;
281281
description = ''
282-
Generate with znc --makepass.
282+
Generate with `nix-shell -p znc --command "znc --makepass"`.
283283
This is the password used to log in to the ZNC web admin interface.
284284
'';
285285
};

0 commit comments

Comments
 (0)
Please sign in to comment.