sops debugging

This commit is contained in:
2026-03-04 14:19:12 +01:00
parent 957286bab6
commit 96078f1803
2 changed files with 4 additions and 2 deletions

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 = "${homeDirectory}/.config/sops/age/keys.txt";
sops.defaultSopsFile = ../secrets/secrets.yaml;
};
}