diff options
Diffstat (limited to 'cmd/hpkg/with.go')
| -rw-r--r-- | cmd/hpkg/with.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/hpkg/with.go b/cmd/hpkg/with.go index c6f3f22b..acb503d1 100644 --- a/cmd/hpkg/with.go +++ b/cmd/hpkg/with.go @@ -45,7 +45,7 @@ func withNixDaemon( Container: &hst.ContainerConfig{ Hostname: formatHostname(app.Name) + "-" + action, Userns: true, // nix sandbox requires userns - Net: net, + HostNet: net, SeccompFlags: seccomp.AllowMultiarch, Tty: dropShell, Filesystem: []hst.FilesystemConfigJSON{ |
