commit | aaed7b12d3255c58eca426e8b228acd34bebe80c | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Wed Jun 14 22:45:49 2023 +0200 |
committer | Skyler Grey <skyler3665@gmail.com> | Wed Jun 14 22:46:17 2023 +0200 |
tree | e731f670d9769f3cda413bfa9d3e729e4773b746 | |
parent | 8e765c6c30e1525dc1560f072ab6d9a23f273ed0 [diff] [blame] |
Protect #global:coded.codes in mjolnir config
diff --git a/modules/matrix.nix b/modules/matrix.nix index ec10a03..41c4153 100644 --- a/modules/matrix.nix +++ b/modules/matrix.nix
@@ -44,6 +44,7 @@ admin.enableMakeRoomAdminCommand = true; allowNoPrefix = true; protections.wordlist.words = [ ]; + protectedRooms = [ "https://matrix.to/#/#global:coded.codes" ]; }; pantalaimon = {