containers/diamond: listen on ipv6
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-03-17 17:06:49 +11:00
parent cc8e7058b3
commit 667bbd164f
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -14,5 +14,9 @@
services.vaultwarden = {
enable = true;
domain = fqdn;
config = {
DOMAIN = "https://${fqdn}";
ROCKET_ADDRESS = "::";
};
};
}