dotfiles/nix/hosts/nixedo/secrets.nix
Oliver Davies 07fde36fb0 Homelab updates
- Change domain to opdavies.uk as this works with HTTPS/SSL.
- Switch Nginx to Caddy.
2025-01-01 14:46:27 +00:00

7 lines
161 B
Nix

{
age.secrets = {
cloudflare-opdavies-uk.file = ../../secrets/cloudflare-opdavies-uk.age;
tubearchivist.file = ../../secrets/tubearchivist.age;
};
}