This commit is contained in:
aditya
2026-05-09 16:19:05 +05:30
parent c5f1543ee6
commit 0e2136c3a0
5 changed files with 64 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
{ inputs, ... }:
{
imports = [
inputs.sops-nix.nixosModules.sops
];
sops = {
defaultSopsFile = ./secrets.yaml;
defaultSopsFormat = "yaml";
age.keyFile = "/home/aditya/.config/sops/age/keys.txt"; # fix home path
};
}