add cozybot

This commit is contained in:
Henry Hiles 2025-11-06 22:12:31 -05:00
commit 47b70cb938
No known key found for this signature in database
3 changed files with 85 additions and 16 deletions

View file

@ -0,0 +1,10 @@
{ inputs, ... }:
{
imports = [ inputs.cozybot.nixosModules.default ];
services = {
cozybot.enable = true;
caddy.virtualHosts."cozyp.federated.nexus".extraConfig =
"reverse_proxy unix//var/run/cozybot/socket";
};
}