From ebcedfc97d7e0decf8cab8f31d008b80f166ecf9 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 18 Jan 2024 01:08:34 +0300 Subject: [PATCH] Add todos --- BROKEN.md | 8 ++++++++ hosts/cube/nginx.nix | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/BROKEN.md b/BROKEN.md index 7c0992f..da5ab56 100644 --- a/BROKEN.md +++ b/BROKEN.md @@ -1,5 +1,13 @@ # Broken Stuff +- Not broken, but unused: Set up sliding sync for matrix properly. + Resource: https://github.com/matrix-org/sliding-sync. + +- Not broken either but set up Nextcloud exporters. + +- Some Nginx headers were commented out because it collided or something. + Idfk. Make them not. Uncomment. + - Discord does not use Wayland. - QT theme doesn't work. diff --git a/hosts/cube/nginx.nix b/hosts/cube/nginx.nix index ebb4eb7..3dd1a95 100644 --- a/hosts/cube/nginx.nix +++ b/hosts/cube/nginx.nix @@ -1,4 +1,4 @@ -{ config, lib, ulib, pkgs, ... }: with ulib; +{ config, ulib, ... }: with ulib; serverSystemConfiguration { networking.firewall.allowedTCPPorts = [ 80 443 ];