feat: Added sops to home-manager as well
This commit is contained in:
@@ -8,9 +8,9 @@
|
|||||||
inputs.sops-nix.homeManagerModules.sops
|
inputs.sops-nix.homeManagerModules.sops
|
||||||
];
|
];
|
||||||
sops = {
|
sops = {
|
||||||
defaultSopsFile = ../../secrets/secrets.yaml;
|
defaultSopsFile = ../secrets/secrets.yaml;
|
||||||
defaultSopsFormat = "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."llama/api_key" = {};
|
||||||
secrets."openai/api_key" = {};
|
secrets."openai/api_key" = {};
|
||||||
};
|
};
|
||||||
|
|||||||
6
flake.lock
generated
6
flake.lock
generated
@@ -2998,11 +2998,11 @@
|
|||||||
"tree-sitter-slint": {
|
"tree-sitter-slint": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1728016694,
|
"lastModified": 1733902418,
|
||||||
"narHash": "sha256-cEitYvrK9P5McbqQAH/PmbD5W0pYULwj3eP9lKXSOTE=",
|
"narHash": "sha256-T9nbS65yktZdPGTK8YZVws5d506QQYgsgA5mFPM0tUI=",
|
||||||
"owner": "slint-ui",
|
"owner": "slint-ui",
|
||||||
"repo": "tree-sitter-slint",
|
"repo": "tree-sitter-slint",
|
||||||
"rev": "4e2765d4cac1f03ada6f635eeb6008d1d0aff5a3",
|
"rev": "baf0eea12535caaab5e2b0e532299bb239409bad",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
Reference in New Issue
Block a user