wip element call
This commit is contained in:
parent
8eb6f9ce60
commit
d844fbca6f
3 changed files with 54 additions and 132 deletions
6
clients/quadraticserver/element-call.nix
Normal file
6
clients/quadraticserver/element-call.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
services.caddy.virtualHosts."call.henryhiles.com". extraConfig = ''
|
||||
root * ${pkgs.element-call}
|
||||
file_server
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue