feat(hetzner): add restricted release hosting and update CI
CI / Flake check (aarch64-linux) (push) Successful in 5m20s
CI / Flake check (x86_64-linux) (push) Successful in 3m6s

This commit is contained in:
2026-08-11 15:38:56 +02:00
parent f806506d9a
commit 2e9ea868b6
7 changed files with 35 additions and 37 deletions
@@ -85,7 +85,10 @@ in {
session.auth.mechanisms = "[plain]";
session.auth.directory = "'internal'";
session.auth.require = [
{"if" = "listener != 'smtp'"; "then" = true;}
{
"if" = "listener != 'smtp'";
"then" = true;
}
{"else" = false;}
];
@@ -182,4 +185,4 @@ in {
systemd.tmpfiles.rules = [
"d /var/lib/bulwark 0755 1001 1001 - -"
];
}
}