Disable draupnir as it isnt set up

This commit is contained in:
Rory& 2024-12-07 19:45:08 +01:00
parent 4814a67485
commit 2bc72da5de

View file

@ -1,13 +1,10 @@
{
config,
pkgs,
lib,
...
}:
{
services.draupnir = {
enable = true;
enable = false;
homeserverUrl = "http://matrix.localhost";
accessTokenFile = "/var/lib/draupnir/access-token";