mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-16 06:29:17 +03:00
nixos/*: fix indentation
This commit is contained in:
parent
bbcbaeb54d
commit
dbbd289982
14 changed files with 57 additions and 55 deletions
|
@ -29,9 +29,11 @@ in
|
||||||
key = mkOption {
|
key = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "";
|
default = "";
|
||||||
description = "HMAC url validation key (hexadecimal encoded).
|
description = ''
|
||||||
|
HMAC url validation key (hexadecimal encoded).
|
||||||
Leave blank to disable. Without validation key, anyone can
|
Leave blank to disable. Without validation key, anyone can
|
||||||
submit proxy requests. Leave blank to disable.";
|
submit proxy requests. Leave blank to disable.
|
||||||
|
'';
|
||||||
defaultText = "No HMAC url validation. Generate with echo -n somevalue | openssl dgst -sha1 -hmac somekey";
|
defaultText = "No HMAC url validation. Generate with echo -n somevalue | openssl dgst -sha1 -hmac somekey";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue