From 867309259677997bb028fa5da92872ba76d8d625 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 14 Jan 2026 13:45:41 +0200 Subject: [PATCH] nixos/mycelium: update keyFile description Our location isn't the default location anymore, but makes more sense in the NixOS module case. --- nixos/modules/services/networking/mycelium.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/mycelium.nix b/nixos/modules/services/networking/mycelium.nix index 1574db67fd8a..4fb1040c0fad 100644 --- a/nixos/modules/services/networking/mycelium.nix +++ b/nixos/modules/services/networking/mycelium.nix @@ -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. ''; };