This commit is contained in:
Hadi
2025-03-19 10:11:56 +01:00
parent 4f415df0ce
commit 8242da9bcb

View File

@@ -1,15 +1,12 @@
{ inputs, ... }: {
imports = [ inputs.sops-nix.nixosModules.sops ];
sops = {
age.keyFile = "/home/hadi/.config/sops/age/keys.txt";
defaultSopsFile = ./secrets.yaml;
secrets = {
"example" = {
owner = "hadi";
path = "/home/hadi/test";
path = "/etc/test";
};
};
};
}