aboutsummaryrefslogtreecommitdiff
path: root/app/core/deploy/core.hcl
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-12-26 10:15:25 +0100
committerAlex Auvolat <alex@adnab.me>2021-12-26 10:15:25 +0100
commit05bb108323cd7a28968f38a21817443ce17a429a (patch)
treee3ea62233e504f8597c33591682dc4ab8d5bfbce /app/core/deploy/core.hcl
parent17b2c82339df911f9aced8eea42ff342f6ea8719 (diff)
downloadnixcfg-05bb108323cd7a28968f38a21817443ce17a429a.tar.gz
nixcfg-05bb108323cd7a28968f38a21817443ce17a429a.zip
Disable privileged containers
Diffstat (limited to 'app/core/deploy/core.hcl')
-rw-r--r--app/core/deploy/core.hcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/core/deploy/core.hcl b/app/core/deploy/core.hcl
index 67a3e64..fd4176a 100644
--- a/app/core/deploy/core.hcl
+++ b/app/core/deploy/core.hcl
@@ -21,7 +21,6 @@ job "core" {
image = "lxpz/amd64_diplonat:2"
network_mode = "host"
readonly_rootfs = true
- privileged = true
}
restart {