nixos/*: fix indentation
This commit is contained in:
parent
bbcbaeb54d
commit
dbbd289982
|
@ -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…
Reference in New Issue