mirror of
https://github.com/smg1024/homelab.git
synced 2026-05-22 20:32:58 +09:00
Add Caddy ingress with sops secrets
This commit is contained in:
parent
a06f0fb5f6
commit
e70822e6e4
6 changed files with 95 additions and 0 deletions
9
modules/secrets.nix
Normal file
9
modules/secrets.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{...}: {
|
||||
sops = {
|
||||
defaultSopsFile = ../secrets/ingress.yaml;
|
||||
|
||||
age.sshKeyPaths = [
|
||||
"/etc/ssh/ssh_host_ed25519_key"
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue