diff options
author | Alex Auvolat <alex@adnab.me> | 2023-04-04 14:13:57 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-04-04 14:13:57 +0200 |
commit | c9f122bcd38b0f7d775dbd197aac7dd192f0e653 (patch) | |
tree | f574ab1c7e5c399d3a808d35111475d2ed3e0a03 /cluster/prod/app/core | |
parent | d83d230aeef0261bde13ea910b25bf4f667b147c (diff) | |
download | nixcfg-c9f122bcd38b0f7d775dbd197aac7dd192f0e653.tar.gz nixcfg-c9f122bcd38b0f7d775dbd197aac7dd192f0e653.zip |
diplonat with ipv6 firewall support; email ipv6 addresses in dns
Diffstat (limited to 'cluster/prod/app/core')
-rw-r--r-- | cluster/prod/app/core/deploy/core-system.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/core/deploy/core-system.hcl b/cluster/prod/app/core/deploy/core-system.hcl index 6ece3d6..004a2ef 100644 --- a/cluster/prod/app/core/deploy/core-system.hcl +++ b/cluster/prod/app/core/deploy/core-system.hcl @@ -13,7 +13,7 @@ job "core" { driver = "docker" config { - image = "lxpz/amd64_diplonat:4" + image = "lxpz/amd64_diplonat:5" network_mode = "host" readonly_rootfs = true privileged = true |