Disable draupnir as it isnt set up
This commit is contained in:
parent
4814a67485
commit
2bc72da5de
|
@ -1,17 +1,14 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
services.draupnir = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
|
||||
homeserverUrl = "http://matrix.localhost";
|
||||
accessTokenFile = "/var/lib/draupnir/access-token";
|
||||
|
||||
|
||||
settings = {
|
||||
managementRoom = "#draupnir:litenet.tel";
|
||||
verboseLogging = false;
|
||||
|
|
Loading…
Reference in a new issue