Commit 86730925 authored by Florian Klink's avatar Florian Klink
Browse files

nixos/mycelium: update keyFile description

Our location isn't the default location anymore, but makes more sense in
the NixOS module case.
parent 5178252d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
      '';
    };