Files
dotfiles/darwin/shiro/services/sops.nix
uttarayan21 d7fdc3bebf
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m29s
feat(darwin): integrate Caddy server with SOPS for secret management
2025-08-21 18:03:57 +05:30

14 lines
227 B
Nix

{
# config,
# pkgs,
inputs,
device,
...
}: {
sops = {
defaultSopsFile = ../../../secrets/secrets.yaml;
defaultSopsFormat = "yaml";
age.keyFile = "/Users/${device.user}/.config/sops/age/keys.txt";
};
}