citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit ffb0b3e3d7c3922f10d86c5b5020186e1eb7afce
parent b6ce8c406346cd3dccc6733f33bf1c553cbf1587
Author: William Casarin <bill@casarin.me>
Date:   Mon,  2 Nov 2020 11:51:26 -0800

add mailz service

Diffstat:
Mnix-config/services/default.nix | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/nix-config/services/default.nix b/nix-config/services/default.nix @@ -2,8 +2,9 @@ extra: { config, lib, pkgs, ... }: { imports = [ - # ./footswitch - # ./fail-notifier + #./footswitch + #./fail-notifier + ./mailz ]; #services.mongodb.enable = true;