stockholm/makefu/2configs/exim-retiolum.nix
2016-02-14 16:43:44 +01:00

11 lines
153 B
Nix

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