1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Add todos

This commit is contained in:
RGBCube 2024-01-18 01:08:34 +03:00
parent 5f1253638e
commit ebcedfc97d
No known key found for this signature in database
2 changed files with 9 additions and 1 deletions

View file

@ -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.

View file

@ -1,4 +1,4 @@
{ config, lib, ulib, pkgs, ... }: with ulib;
{ config, ulib, ... }: with ulib;
serverSystemConfiguration {
networking.firewall.allowedTCPPorts = [ 80 443 ];