This repository has been archived on 2024-08-30. You can view files and clone it, but cannot push or open issues or pull requests.
infrastructure/secrets/lime.nix
2024-05-29 17:15:20 +02:00

6 lines
118 B
Nix

{ pkgs, ... }: {
age.secrets.porkbun.file = ./porkbun.age;
age.secrets.porkbun-user.file = ./porkbun-user.age;
}