Home

infra @14afe4e88824cf426beb6f7663d2dbb06f5be49b - refs - log -
-
https://git.jolheiser.com/infra.git
dragonwell flake
infra / dragonwell / mint.nix
- raw -
 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;
  };
}