summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/exim-retiolum.nix
blob: 34943f593a1e0f874a287b9bc941e206bebac208 (plain)
1
2
3
4
5
6
7
8
9
10
{ config, lib, pkgs, ... }:

with config.krebs.lib;
{
  krebs.exim-retiolum.enable = true;
  environment.systemPackages = with pkgs; [
    msmtp
  ];

}