nixos/mycelium: update keyFile description
Our location isn't the default location anymore, but makes more sense in the NixOS module case.
This commit is contained in:
@@ -30,7 +30,7 @@ in
|
||||
default = null;
|
||||
description = ''
|
||||
Optional path to a file containing the mycelium key material.
|
||||
If unset, the default location (`/var/lib/mycelium/key.bin`) will be used.
|
||||
If unset, the location `/var/lib/mycelium/key.bin` will be used.
|
||||
If no key exist at this location, it will be generated on startup.
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user