1
0
Fork 0
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:
Jörg Thalheim 2020-07-23 08:51:18 +01:00
parent 0acfed8167
commit 70cd2a9dfe
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -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