summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 7ce627b8..0cb94323 100644
--- a/hel.nix
+++ b/hel.nix
@@ -140,6 +140,9 @@
140 commands = { 140 commands = {
141 "isaac" = ["recv-media"]; 141 "isaac" = ["recv-media"];
142 }; 142 };
143 protocols = {
144 "isaac" = "t";
145 };
143 }; 146 };
144 147
145 postfix = { 148 postfix = {