sops debugging

This commit is contained in:
2026-03-04 14:17:06 +01:00
parent d1b51dceee
commit 957286bab6

View File

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