mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-13 20:30:02 +00:00
wq-quick: document publicKey
option
All exposed options should have documentation, and `nixosOptionDoc` will give an error if it's missing.
This commit is contained in:
parent
f8c61f0098
commit
96cb49133b
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ let
|
|||
publicKey = mkOption {
|
||||
default = null;
|
||||
type = types.str;
|
||||
description = "The public key for this peer.";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue