programs.radicle: Document how "rad auth" must be used with this
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
e9b706bef7
commit
b3258dece8
1 changed files with 7 additions and 1 deletions
|
|
@ -136,7 +136,13 @@ in
|
|||
node = {
|
||||
alias = mkOption {
|
||||
type = str;
|
||||
description = "Human readable alias for your node.";
|
||||
description = ''
|
||||
Human readable alias for your node.
|
||||
|
||||
When running 'rad auth' for the first time, you need to use the exact same alias,
|
||||
otherwise 'rad auth' will fail because it cannot write the configuration
|
||||
file in your home directory (which is generated by nix).
|
||||
'';
|
||||
default = config.home.username;
|
||||
defaultText = lib.literalExpression "config.home.username";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue