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:
parent
da343afab9
commit
97f0f6f520
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue