diff options
| -rw-r--r-- | deployment/systems/aisaka.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/systems/aisaka.scm b/deployment/systems/aisaka.scm index 869a379..08897ad 100644 --- a/deployment/systems/aisaka.scm +++ b/deployment/systems/aisaka.scm @@ -119,7 +119,7 @@ (define knot-configuration (gnu:services:dns:knot-configuration - (listen-v4 "192.168.10.2") + (listen-v4 "0.0.0.0") (zones (list master-zone)))) (define knot |
