feat: Added sops to home-manager as well
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
];
|
||||
sops = {
|
||||
defaultSopsFile = ../../secrets/secrets.yaml;
|
||||
defaultSopsFile = ../secrets/secrets.yaml;
|
||||
defaultSopsFormat = "yaml";
|
||||
age.keyFile = "${config.home.homeDirectory}/.config/sops/age/keys.txt";
|
||||
age.keyFile = "/Users/fs0c131y/.config/sops/age/keys.txt";
|
||||
secrets."llama/api_key" = {};
|
||||
secrets."openai/api_key" = {};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user