pericyte: add mirotalk to env

This commit is contained in:
2025-11-01 20:17:34 -04:00
parent 32e806e54e
commit 987df4ff14
5 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
services.caddy = {
enable = true;
email = "davidcrompton1192@gmail.com";
};
}