Home

infra @e5cd9ffdbc49fb8551a6480d60f71b31ad809cc3 - 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;
  };
}