app/matrix: matrix.hackerspace.pl: run apppservice-irc identd

This doesn't have to be publicly reachable, as the future
//cluster/identd will dial into the pod directly to access the
appservice's identd.

Change-Id: I139341ead76309a6640eeb9a278462565290dd34
diff --git a/app/matrix/matrix.hackerspace.pl.jsonnet b/app/matrix/matrix.hackerspace.pl.jsonnet
index ce42de7..be947f9 100644
--- a/app/matrix/matrix.hackerspace.pl.jsonnet
+++ b/app/matrix/matrix.hackerspace.pl.jsonnet
@@ -49,6 +49,10 @@
                             "@q3k:hackerspace.pl": "admin",
                             "@informatic:hackerspace.pl": "admin",
                         },
+                        ident: {
+                            enabled: true,
+                            port: 1113,
+                        },
                         servers+: {
                             "irc.freenode.net"+: {
                                 mappings+: import "secrets/plain/appservice-irc-freenode-mappings.jsonnet",