add sops
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user