aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'hst/config.go')
-rw-r--r--hst/config.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/hst/config.go b/hst/config.go
index c34ecb1e..44d36380 100644
--- a/hst/config.go
+++ b/hst/config.go
@@ -3,7 +3,6 @@ package hst
import (
"hakurei.app/container"
- "hakurei.app/system"
"hakurei.app/system/dbus"
)
@@ -24,7 +23,7 @@ type Config struct {
Args []string `json:"args"`
// system services to make available in the container
- Enablements system.Enablement `json:"enablements"`
+ Enablements *Enablements `json:"enablements,omitempty"`
// session D-Bus proxy configuration;
// nil makes session bus proxy assume built-in defaults