summaryrefslogtreecommitdiff
path: root/hosts/vidhar/dsl.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/dsl.nix')
-rw-r--r--hosts/vidhar/dsl.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/vidhar/dsl.nix b/hosts/vidhar/dsl.nix
index 8cbfc1e7..27a07224 100644
--- a/hosts/vidhar/dsl.nix
+++ b/hosts/vidhar/dsl.nix
@@ -96,6 +96,11 @@ in {
96 dnssl = [{ domain_names = ["yggdrasil"]; }]; 96 dnssl = [{ domain_names = ["yggdrasil"]; }];
97 } 97 }
98 ]; 98 ];
99
100 debug = {
101 address = "localhost:9430";
102 prometheus = true;
103 };
99 }; 104 };
100 }; 105 };
101 services.ndppd = { 106 services.ndppd = {