updates and nixifying

This commit is contained in:
mjallen18
2024-12-18 16:08:17 -06:00
parent c259cb91de
commit c80092f588
26 changed files with 203 additions and 807 deletions

View File

@@ -0,0 +1,7 @@
{ ... }:
{
services.collabora-online = {
enable = true;
port = 9980;
};
}