mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
programs.radicle: Document how "rad auth" must be used with this
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
committed by
Austin Horstman
parent
e9b706bef7
commit
b3258dece8
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user