1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-13 20:29:17 +00:00

Merge pull request #58 from glenn-m/fix-readme-secret-paths

Fixing secrets path in README
This commit is contained in:
Jörg Thalheim 2021-01-02 08:37:06 +00:00 committed by GitHub
commit a0e8ec2e2b
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