feat(darwin): integrate Caddy server with SOPS for secret management
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m29s

This commit is contained in:
uttarayan21
2025-08-21 18:03:57 +05:30
parent 47bdbc8bf2
commit d7fdc3bebf
9 changed files with 1085 additions and 10 deletions

View File

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