mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Add todos
This commit is contained in:
parent
5f1253638e
commit
ebcedfc97d
2 changed files with 9 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, ulib, pkgs, ... }: with ulib;
|
||||
{ config, ulib, ... }: with ulib;
|
||||
|
||||
serverSystemConfiguration {
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue