1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00

Fixing secrets path in README

This commit is contained in:
Glenn McDonald 2021-01-01 22:26:39 -05:00 committed by GitHub
parent da343afab9
commit 97f0f6f520
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -336,14 +336,14 @@ If you derived your server public key from ssh, all you need in your configurati
```
On `nixos-rebuild switch` this will make the key accessible
via `/run/secret/example-key`:
via `/run/secrets/example-key`:
```console
$ cat /run/secret/example-key
$ cat /run/secrets/example-key
example-value
```
`/run/secret` is a symlink to `/etc/secret.d/1`:
`/run/secrets` is a symlink to `/etc/secret.d/1`:
```console
$ ls -la /run/secrets