stockholm/makefu/2configs/exim-retiolum.nix

11 lines
153 B
Nix
Raw Normal View History

2015-08-17 21:24:37 +00:00
{ config, lib, pkgs, ... }:
2016-02-14 15:43:44 +00:00
with config.krebs.lib;
2015-08-17 21:24:37 +00:00
{
krebs.exim-retiolum.enable = true;
environment.systemPackages = with pkgs; [
msmtp
];
}