patch(nix-store): fix inconsistent aws configs

This commit is contained in:
kev 2024-04-09 22:32:39 +08:00
parent 889db69520
commit 4e4cc4277a
No known key found for this signature in database
GPG Key ID: B94F394B72884017
2 changed files with 4 additions and 4 deletions

View File

@ -73,8 +73,8 @@ for all machines that require access to the Nix binary cache.
Create `~/.aws/credentials` with the following content (replace `<nixbuildersecret>` with
the password generated by the `pwgen` command).
```toml
[default]
```conf
[nixbuilder]
aws_access_key_id=nixbuilder
aws_secret_access_key=<nixbuildersecret>
```

View File

@ -69,8 +69,8 @@ Nix 将直接与 S3 存储桶交互,因此我们都需要给所有需要访问
S3 凭据。创建 `~/.aws/credentials`,内容如下(请注意用前面 `pwgen` 命令生成的密码替换
`<nixbuildersecret>`)。
```toml
[default]
```conf
[nixbuilder]
aws_access_key_id=nixbuilder
aws_secret_access_key=<nixbuildersecret>
```