mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
edit secrets
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user