mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 17:38:30 +02:00
falkenstein: remove postfix exporter
This commit is contained in:
parent
f0a1129c7d
commit
d9a60f39a6
5 changed files with 13 additions and 47 deletions
10
hosts/falkenstein/modules/monitoring/dmarc.nix
Normal file
10
hosts/falkenstein/modules/monitoring/dmarc.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ ... }:
|
||||
{
|
||||
users.users.dmarc = {
|
||||
description = "DMARC Report recipient";
|
||||
isNormalUser = true;
|
||||
};
|
||||
# services.parsedmarc = {
|
||||
# enable = true;
|
||||
# };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue