containers/diamond: listen on ipv6
This commit is contained in:
parent
518c718a5d
commit
55e0d25251
1 changed files with 4 additions and 0 deletions
|
|
@ -14,5 +14,9 @@
|
|||
services.vaultwarden = {
|
||||
enable = true;
|
||||
domain = fqdn;
|
||||
config = {
|
||||
DOMAIN = "https://${fqdn}";
|
||||
ROCKET_ADDRESS = "::";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue