change encypt key from gnupg to age. And encrypt dae url
This commit is contained in:
parent
7d52c44603
commit
991a8b4bbc
9 changed files with 73 additions and 44 deletions
|
|
@ -124,8 +124,9 @@
|
|||
sopsFile = rootPath + "/secrets/ssh-config.yaml";
|
||||
};
|
||||
|
||||
sops.gnupg = {
|
||||
home = "${config.home.homeDirectory}/.gnupg";
|
||||
sops.age = {
|
||||
keyFile = "${config.home.homeDirectory}/.config/sops/age/keys.txt";
|
||||
generateKey = false;
|
||||
};
|
||||
sops.defaultSopsFile = rootPath + "/secrets/general.yaml";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue