https://git.jolheiser.com/infra.git
1 2 3 4 5 6 7 8 9 10 11
{ config, ... }: { age.secrets.mint.file = ../secrets/mint.age; services.mint = { enable = true; settings = { MINT_LOG_LEVEL = "INFO"; }; environmentFile = config.age.secrets.mint.path; }; }