diff --git a/domains/ffs_legacy.conf b/domains/ffs_legacy.conf
index 677d988b66f193a7beb98ebb4ebeace153a9a8ad..4a045ab2d230e133de56d03caa4a0181e39664ce 100644
--- a/domains/ffs_legacy.conf
+++ b/domains/ffs_legacy.conf
@@ -53,10 +53,8 @@
   },
 
   mesh_vpn = {
-    enabled = true,
     fastd = {
       mtu = 1340,
-      configurable = true,
       methods = {'salsa2012+umac'},
       groups = {
         backbone = {
diff --git a/domains/ffs_seg08.conf b/domains/ffs_seg08.conf
index 015e858327440a2d02aa60800dc900f1e8c157c5..ad9484e079193e2a9430e4ced598f561f7543d63 100644
--- a/domains/ffs_seg08.conf
+++ b/domains/ffs_seg08.conf
@@ -57,10 +57,8 @@
   },
 
   mesh_vpn = {
-    enabled = true,
     fastd = {
       mtu = 1340,
-      configurable = true,
       methods = {'salsa2012+umac'},
       groups = {
         backbone = {
diff --git a/site.conf b/site.conf
index 4a88376ce268f5391fce7559536d66f5082bf695..c242202d019756d2492addf45d208297b81c82fc 100644
--- a/site.conf
+++ b/site.conf
@@ -47,6 +47,10 @@
       -- Default download limit (kbit/s).
       ingress = 50000,
     },
+    fastd = {
+      enabled = true,
+      configurable = true
+    },
   },
 
   autoupdater = {