Add keycloak host

This commit is contained in:
fi 2024-01-19 12:15:00 +01:00
parent a16230d4a6
commit 5e7a118527
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA
10 changed files with 180 additions and 0 deletions

View file

@ -51,6 +51,11 @@
sendOnly = true;
aliases = [ "nyareply@nekover.se" ];
};
"id@nekover.se" = {
hashedPasswordFile = "/secrets/mail-id-nekover-se.secret";
sendOnly = true;
aliases = [ "nyareply@nekover.se" ];
};
};
certificateScheme = "acme-nginx";
};