Fixed Typo in Path

This commit is contained in:
Kaybee 2024-09-06 18:01:27 +02:00
parent 3525122d7c
commit 9f2c3fb055

View file

@ -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" = {};