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:
Florian Klink
2026-01-14 13:46:28 +02:00
parent 5178252d24
commit 8673092596
@@ -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.
'';
};