diff --git a/common/sops.nix b/common/sops.nix index e6d12d09..2c4f4fd7 100644 --- a/common/sops.nix +++ b/common/sops.nix @@ -10,7 +10,7 @@ sops = { defaultSopsFile = ../secrets/secrets.yaml; defaultSopsFormat = "yaml"; - age.keyFile = "/Users/fs0c131y/.config/sops/age/keys.txt"; + age.keyFile = "${config.home.homeDirectory}/.config/sops/age/keys.txt"; secrets."llama/api_key" = {}; secrets."openai/api_key" = {}; };