aboutsummaryrefslogtreecommitdiffstats
path: root/global-config
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-12-07 15:40:14 +0100
committerGravatar Christian Hesse <mail@eworm.de>2021-12-07 21:58:03 +0100
commit1f5cc39b3cb388e69e479d8b2b1a774c2abde37d (patch)
treeb08a4ea23ea38c126c2e757c66ce7fcea4c7a117 /global-config
parent8f8130775f9dc2590e3408621c8a5ceb80b76d76 (diff)
global-config: load overlay automatically
Diffstat (limited to 'global-config')
-rw-r--r--global-config8
1 files changed, 8 insertions, 0 deletions
diff --git a/global-config b/global-config
index e03b5eb..522155e 100644
--- a/global-config
+++ b/global-config
@@ -193,3 +193,11 @@
"cert1-cn"="v3ry-s3cr3t";
"cert2-cn"="4n0th3r-s3cr3t";
}
+
+# load custom settings from overlay
+# Warning: Do *NOT* copy this code to overlay!
+:do {
+ / system script run global-config-overlay;
+} on-error={
+ :log error ("Loading configuration from overlay failed!");
+}