Fixed Typo in Path
This commit is contained in:
parent
3525122d7c
commit
9f2c3fb055
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ in {
|
||||||
# Configure Secret Management
|
# Configure Secret Management
|
||||||
sops.defaultSopsFile = ./secrets/secrets.yaml;
|
sops.defaultSopsFile = ./secrets/secrets.yaml;
|
||||||
sops.defaultSopsFormat = "yaml";
|
sops.defaultSopsFormat = "yaml";
|
||||||
sops.age.keyFile = "/home/user/.config/sops/age/keys.txt";
|
sops.age.keyFile = "/home/kb-work/.config/sops/age/keys.txt";
|
||||||
sops.secrets.example-key = {};
|
sops.secrets.example-key = {};
|
||||||
sops.secrets."myservice/my_subdir/my_secret" = {};
|
sops.secrets."myservice/my_subdir/my_secret" = {};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue