sops debugging

This commit is contained in:
2026-03-04 14:15:37 +01:00
parent f7fac14f71
commit d1b51dceee

View File

@@ -1,7 +1,7 @@
{ inputs, ... }: {
flake.homeModules.security-usr-sopsnix = { config, pkgs, ... }: {
imports = [ inputs.sops-nix.homeManagerModules.sops ];
sops.age.keyFile = "/home/mo/.config/sops/age/keys.txt";
sops.age.keyFile = "${config.home.homeDirectory}/.config/sops/age/keys.txt";
sops.defaultSopsFile = ../secrets/secrets.yaml;
};
}