diff options
author | EuAndreh <eu@euandre.org> | 2023-03-18 07:00:21 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-18 07:00:21 -0300 |
commit | e5a1494a10f6c242c19c9461033e77d3f131b581 (patch) | |
tree | bc54cb0b113aa563dc764a48be5090a86e04efd3 /Makefile | |
parent | etc/nix/configuration.nix: Enable libvirtd virtualisation (diff) | |
download | dotfiles-e5a1494a10f6c242c19c9461033e77d3f131b581.tar.gz dotfiles-e5a1494a10f6c242c19c9461033e77d3f131b581.tar.xz |
Makefile: Add email across servers in check
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |