diff options
author | EuAndreh <eu@euandre.org> | 2020-09-23 14:51:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-09-23 14:51:40 -0300 |
commit | dd09007d248c075a1cccc8df56d176dd36d96479 (patch) | |
tree | 186514a3755c364776c6a289a0cf909dba40a478 | |
parent | Use SQLite instead of PostgreSQL: simplify operations and backup (diff) | |
download | toph-dd09007d248c075a1cccc8df56d176dd36d96479.tar.gz toph-dd09007d248c075a1cccc8df56d176dd36d96479.tar.xz |
Remove FIXME marker (already on TODOs.org)
-rw-r--r-- | vps-configuration.nix | 2 |
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; }]; }]; |