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 = {
|
services.draupnir = {
|
||||||
enable = true;
|
enable = false;
|
||||||
|
|
||||||
homeserverUrl = "http://matrix.localhost";
|
homeserverUrl = "http://matrix.localhost";
|
||||||
accessTokenFile = "/var/lib/draupnir/access-token";
|
accessTokenFile = "/var/lib/draupnir/access-token";
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
managementRoom = "#draupnir:litenet.tel";
|
managementRoom = "#draupnir:litenet.tel";
|
||||||
verboseLogging = false;
|
verboseLogging = false;
|
||||||
|
|
Loading…
Reference in a new issue