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 4a04975..b88352f 100644 --- a/deployment/systems/aisaka.scm +++ b/deployment/systems/aisaka.scm @@ -120,7 +120,7 @@ (define knot-configuration (gnu:services:dns:knot-configuration - (listen-v4 "192.168.1.2") + (listen-v4 "0.0.0.0") (zones (list master-zone)))) (define knot |
