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 ];