diff options
| author | Emily <vcs@emily.moe> | 2023-06-22 13:04:37 +0100 |
|---|---|---|
| committer | Emily <vcs@emily.moe> | 2023-06-24 10:48:55 +0100 |
| commit | 96cb49133b813d9902f6417e5b725a01bbaacb2f (patch) | |
| tree | c726fe9997900d564db9b9f5abc02f8984229454 /modules/services | |
| parent | f8c61f00980867ead1bebd81ded0272cbcb6febb (diff) | |
wq-quick: document `publicKey` option
All exposed options should have documentation, and `nixosOptionDoc`
will give an error if it's missing.
Diffstat (limited to 'modules/services')
| -rw-r--r-- | modules/services/wg-quick.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/services/wg-quick.nix b/modules/services/wg-quick.nix index 787b663..40725ff 100644 --- a/modules/services/wg-quick.nix +++ b/modules/services/wg-quick.nix @@ -35,6 +35,7 @@ let publicKey = mkOption { default = null; type = types.str; + description = "The public key for this peer."; }; }; }; |
