mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-14 11:57:52 +00:00
README: fixup configuration markup
This commit is contained in:
parent
0acfed8167
commit
70cd2a9dfe
1 changed files with 2 additions and 2 deletions
|
@ -499,7 +499,7 @@ ssh_key: |
|
|||
|
||||
You can include it like this in your `configuration.nix`:
|
||||
|
||||
``` json
|
||||
```nix
|
||||
{
|
||||
sops.defaultSopsFile = ./secrets.yaml;
|
||||
# yaml is the default
|
||||
|
@ -531,7 +531,7 @@ Than put in the following content:
|
|||
|
||||
You can include it like this in your `configuration.nix`:
|
||||
|
||||
``` json
|
||||
```nix
|
||||
{
|
||||
sops.defaultSopsFile = ./secrets.json;
|
||||
# yaml is the default
|
||||
|
|
Loading…
Reference in a new issue