1
0
Fork 0
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:
Emily 2023-06-22 13:04:37 +01:00
parent f8c61f0098
commit 96cb49133b

View file

@ -35,6 +35,7 @@ let
publicKey = mkOption {
default = null;
type = types.str;
description = "The public key for this peer.";
};
};
};