summaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
authorTimo Wilken2023-11-02 20:18:40 +0100
committerTimo Wilken2023-11-02 20:18:40 +0100
commit0778378249c4f65bfd3cda84e425df4e19eff3d9 (patch)
tree552d2e78d4ef804bdd4b01e2d2af75df4751a8a2 /tw
parent853a4dc5e6f74426f97424fd781986aee97f529e (diff)
Stop depending on WireGuard in Grafana service
This stops Grafana from restarting whenever restarting the WireGuard service.
Diffstat (limited to 'tw')
-rw-r--r--tw/services/grafana.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/services/grafana.scm b/tw/services/grafana.scm
index 4a98ad38..6555ba62 100644
--- a/tw/services/grafana.scm
+++ b/tw/services/grafana.scm
@@ -36,7 +36,7 @@
(define (grafana-shepherd-service config)
(list (shepherd-service
(provision '(grafana))
- (requirement '(networking wireguard-wg0))
+ (requirement '(networking))
(documentation "Run a Grafana instance using Docker.")
(start #~(make-forkexec-constructor
;; https://grafana.com/docs/grafana/latest/setup-grafana/installation/docker/