aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-09-23 14:51:40 -0300
committerEuAndreh <eu@euandre.org>2020-09-23 14:51:40 -0300
commitdd09007d248c075a1cccc8df56d176dd36d96479 (patch)
tree186514a3755c364776c6a289a0cf909dba40a478
parentUse SQLite instead of PostgreSQL: simplify operations and backup (diff)
downloadtoph-dd09007d248c075a1cccc8df56d176dd36d96479.tar.gz
toph-dd09007d248c075a1cccc8df56d176dd36d96479.tar.xz
Remove FIXME marker (already on TODOs.org)
-rw-r--r--vps-configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/vps-configuration.nix b/vps-configuration.nix
index b1ada60..4897b95 100644
--- a/vps-configuration.nix
+++ b/vps-configuration.nix
@@ -243,7 +243,7 @@ in {
tls = false;
x_forwarded = true;
resources = [{
- names = [ "client" "federation" ]; # FIXME: federation not working
+ names = [ "client" "federation" ];
compress = false;
}];
}];