edit secrets

This commit is contained in:
Hadi
2025-03-19 10:20:51 +01:00
parent 8242da9bcb
commit bfbb4b54c3
2 changed files with 12 additions and 5 deletions

View File

@@ -3,9 +3,15 @@
age.keyFile = "/home/hadi/.config/sops/age/keys.txt";
defaultSopsFile = ./secrets.yaml;
secrets = {
"example" = {
sshconfig = {
owner = "hadi";
path = "/etc/test";
path = "/home/hadi/.ssh/config";
mode = "0600";
};
github-key = {
owner = "hadi";
path = "/home/hadi/.ssh/jack";
mode = "0600";
};
};
};