base/secrets: explicitly import sops-nix module

This commit is contained in:
2025-08-21 22:20:56 -07:00
parent ea5d1e0376
commit 4d8d65650e

View File

@@ -10,9 +10,9 @@
with lib;
{
config = {
sops.defaultSopsFile = ./secrets/secrets.yaml;
sops.defaultSopsFormat = "yaml";
sops.age.keyFile = "/home/etorres/.config/sops/age/keys.txt";
};
imports = [ inputs.sops-nix.nixosModules.sops ];
sops.defaultSopsFile = ./secrets/secrets.yaml;
sops.defaultSopsFormat = "yaml";
sops.age.keyFile = "/home/etorres/.config/sops/age/keys.txt";
}