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