mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 17:38:30 +02:00
parsedmarc: init
This commit is contained in:
parent
d9a60f39a6
commit
5089f62112
5 changed files with 40 additions and 7 deletions
|
@ -3,6 +3,9 @@
|
|||
age.secrets."maxmind" = {
|
||||
file = ../../../../secrets/shared/maxmind.age;
|
||||
};
|
||||
imports = [
|
||||
./dmarc.nix
|
||||
];
|
||||
users.users."promtail".extraGroups = [ "caddy" "systemd-journal" ];
|
||||
services.prometheus = {
|
||||
exporters = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue