diff --git a/flake.lock b/flake.lock index 5910287..3355a19 100644 --- a/flake.lock +++ b/flake.lock @@ -243,11 +243,11 @@ ] }, "locked": { - "lastModified": 1735350414, - "narHash": "sha256-A5z7VT7k0jNBUu1Mp/8tE12OHJGRmIX+h5eE5G/SInk=", + "lastModified": 1735587563, + "narHash": "sha256-UUO4eCpOWoPoNkiVCFns9SAjRvY0DMiqEZnpEf9yMV4=", "owner": "TheKodeToad", "repo": "Letterbox", - "rev": "dfb8409f53de2e880e06275c34ecc58efb8d1cd0", + "rev": "dfc917b7e5c2b2b8d35a01d7425238db533c0de3", "type": "github" }, "original": { diff --git a/machines/andesite/letterbox.nix b/machines/andesite/letterbox.nix index 094abeb..4922337 100644 --- a/machines/andesite/letterbox.nix +++ b/machines/andesite/letterbox.nix @@ -9,5 +9,18 @@ services.letterbox = { enable = true; environmentFile = config.age.secrets."letterbox.env".path; + settings = { + server_id = 1031648380885147709; + staff_roles = [ + 1031660519335133225 + 1041449261990150255 + ]; + forum_channel = { + id = 1323366387313279056; + open_tag_id = 1323375713402884209; + closed_tag_id = 1323375677151383634; + mention_role_id = 1061922913839763487; + }; + }; }; }