mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
Fixed Typo in Path
This commit is contained in:
parent
3525122d7c
commit
9f2c3fb055
|
|
@ -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…
Reference in a new issue