aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-18 07:00:21 -0300
committerEuAndreh <eu@euandre.org>2023-03-18 07:00:21 -0300
commite5a1494a10f6c242c19c9461033e77d3f131b581 (patch)
treebc54cb0b113aa563dc764a48be5090a86e04efd3 /Makefile
parentetc/nix/configuration.nix: Enable libvirtd virtualisation (diff)
downloaddotfiles-e5a1494a10f6c242c19c9461033e77d3f131b581.tar.gz
dotfiles-e5a1494a10f6c242c19c9461033e77d3f131b581.tar.xz
Makefile: Add email across servers in check
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2a63e40..d5a0e33 100644
--- a/Makefile
+++ b/Makefile
@@ -153,6 +153,8 @@ check-aliases:
for alias in abuse admin hostmaster postmaster; do \
uuid | email -s "\"$$alias\" alias test from $$(id -un)@$$(hostname)" "$$alias@euandre.org"; \
done
+ uuid | email -s "lawtech->toph" -f andre@pilotis.net
+ uuid | email -s "toph->lawtech" andre@pilotis.net
check: check-shellcheck check-perlcritic check-nixfmt check-fixme \
check-dirty-public check-dirty-private check-dirty-pass \